#include <stdint.h>
#include <string>
#include "compression/compression.h"
#include "crypto/hash.h"
#include "manifest.h"
#include "util/pointer.h"
Go to the source code of this file.
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Definition at line 9 of file cache.h.
Enumerator |
---|
kUnknownCacheManager |
|
kPosixCacheManager |
|
kRamCacheManager |
|
kTieredCacheManager |
|
kExternalCacheManager |
|
kStreamingCacheManager |
|
Definition at line 24 of file cache.h.
Enumerator |
---|
kCacheReadWrite |
|
kCacheReadOnly |
|
Definition at line 33 of file cache.h.