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() noexcept | wangle::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) noexcept | wangle::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()=default | wangle::LRUInMemoryCache< K, V, MutexT > | |