![]() |
CernVM-FS
2.11.0
|
#include <cache.h>
Public Member Functions | |
ObjectInfo () | |
ObjectInfo (ObjectType t, const std::string &d) | |
Public Attributes | |
ObjectType | type |
std::string | description |
Meta-data of an object that the cache may or may not maintain. Good cache implementations should at least distinguish between volatile and regular objects.
|
inline |
std::string CacheManager::ObjectInfo::description |
Typically the path that triggered storing the object in the cache
Definition at line 97 of file cache.h.
Referenced by PosixCacheManager::CommitTxn(), RamCacheManager::CtrlTxn(), ExternalCacheManager::Flush(), LHashMagicXattr::GetValue(), and anonymous_namespace{cvmfs_cache_posix.cc}::posix_start_txn().
ObjectType CacheManager::ObjectInfo::type |
Definition at line 93 of file cache.h.
Referenced by PosixCacheManager::CommitTxn(), RamCacheManager::CtrlTxn(), ExternalCacheManager::Flush(), LHashMagicXattr::GetValue(), and anonymous_namespace{cvmfs_cache_posix.cc}::posix_start_txn().