proxygen
wangle::LRUInMemoryCache< K, V, MutexT > Member List

This is the complete list of members for wangle::LRUInMemoryCache< K, V, MutexT >, including all inherited members.

cache_wangle::LRUInMemoryCache< K, V, MutexT >private
cacheLock_wangle::LRUInMemoryCache< K, V, MutexT >mutableprivate
clear()wangle::LRUInMemoryCache< K, V, MutexT >
convertToKeyValuePairs() noexceptwangle::LRUInMemoryCache< K, V, MutexT >
get(const K &key)wangle::LRUInMemoryCache< K, V, MutexT >
getVersion() const wangle::LRUInMemoryCache< K, V, MutexT >
hasChangedSince(CacheDataVersion version) const wangle::LRUInMemoryCache< K, V, MutexT >inline
incrementVersion()wangle::LRUInMemoryCache< K, V, MutexT >inlineprivate
loadData(const folly::dynamic &kvPairs) noexceptwangle::LRUInMemoryCache< K, V, MutexT >
LRUInMemoryCache(size_t capacity)wangle::LRUInMemoryCache< K, V, MutexT >inlineexplicit
put(const K &key, const V &val)wangle::LRUInMemoryCache< K, V, MutexT >
remove(const K &key)wangle::LRUInMemoryCache< K, V, MutexT >
size() const wangle::LRUInMemoryCache< K, V, MutexT >
version_wangle::LRUInMemoryCache< K, V, MutexT >private
~LRUInMemoryCache()=defaultwangle::LRUInMemoryCache< K, V, MutexT >