proxygen
LRUPersistentCache.h File Reference
#include <atomic>
#include <chrono>
#include <condition_variable>
#include <future>
#include <map>
#include <thread>
#include <boost/noncopyable.hpp>
#include <folly/Executor.h>
#include <folly/dynamic.h>
#include <wangle/client/persistence/LRUInMemoryCache.h>
#include <wangle/client/persistence/PersistentCache.h>
#include <wangle/client/persistence/PersistentCacheCommon.h>
#include <wangle/client/persistence/LRUPersistentCache-inl.h>

Go to the source code of this file.

Classes

class  wangle::CachePersistence< K, V >
 
class  wangle::LRUPersistentCache< K, V, MutexT >
 

Namespaces

 wangle
 
 wangle::client
 
 wangle::client::persistence
 

Variables

constexpr std::chrono::milliseconds wangle::client::persistence::DEFAULT_CACHE_SYNC_INTERVAL
 
constexpr int wangle::client::persistence::DEFAULT_CACHE_SYNC_RETRIES = 3