proxygen
|
#include <PersistentCacheCommon.h>
Public Types | |
using | Read = std::lock_guard< std::mutex > |
using | Write = std::lock_guard< std::mutex > |
Definition at line 30 of file PersistentCacheCommon.h.
using wangle::CacheLockGuard< std::mutex >::Read = std::lock_guard<std::mutex> |
Definition at line 31 of file PersistentCacheCommon.h.
using wangle::CacheLockGuard< std::mutex >::Write = std::lock_guard<std::mutex> |
Definition at line 32 of file PersistentCacheCommon.h.