|
nfx-lrucache 0.1.1
High-performance C++20 thread-safe LRU cache with sliding expiration
|
This is the complete list of members for nfx::cache::LruCacheOptions, including all inherited members.
| backgroundCleanupInterval() const | nfx::cache::LruCacheOptions | inline |
| LruCacheOptions(std::size_t sizeLimit=0, std::chrono::milliseconds slidingExpiration=std::chrono::hours{ 1 }, std::chrono::milliseconds backgroundCleanupInterval=std::chrono::milliseconds{ 0 }) | nfx::cache::LruCacheOptions | inline |
| sizeLimit() const | nfx::cache::LruCacheOptions | inline |
| slidingExpiration() const | nfx::cache::LruCacheOptions | inline |