| cache_ | ExpirationCacheMap< Key, Value > | protected |
| clear() | ExpirationCacheMap< Key, Value > | inline |
| count(Key const &key) const | ExpirationCacheMap< Key, Value > | inline |
| erase(const Key &key) | ExpirationCacheMap< Key, Value > | inline |
| eraseOldest() | ExpirationCacheMap< Key, Value > | inlineprotectedvirtual |
| expiration_ | ExpirationCacheMap< Key, Value > | protected |
| ExpirationCacheMap(uint32_t max_size, uint32_t delete_step) | ExpirationCacheMap< Key, Value > | inline |
| get(Key const &key) const | ExpirationCacheMap< Key, Value > | inline |
| getRawMap() | ExpirationCacheMap< Key, Value > | inline |
| insert(Key const &key, Value const &value) | ExpirationCacheMap< Key, Value > | inline |
| kDeleteStep | ExpirationCacheMap< Key, Value > | protected |
| kMaxSize | ExpirationCacheMap< Key, Value > | protected |
| mtx_ | ExpirationCacheMap< Key, Value > | mutableprotected |
| size() const | ExpirationCacheMap< Key, Value > | inline |
| update(Key const &key, Value value) | ExpirationCacheMap< Key, Value > | inline |
| update(Key const &key, Value value, Value expected_value) | ExpirationCacheMap< Key, Value > | inline |
| updateWithGet(Key const &key, Value value) | ExpirationCacheMap< Key, Value > | inline |