Package ru.tinkoff.kora.cache.caffeine
Interface CaffeineCache<K,V>
- All Superinterfaces:
ru.tinkoff.kora.cache.Cache<K,V>
- All Known Implementing Classes:
AbstractCaffeineCache
public interface CaffeineCache<K,V>
extends ru.tinkoff.kora.cache.Cache<K,V>
-
Nested Class Summary
-
Method Summary
Methods inherited from interface ru.tinkoff.kora.cache.Cache
asLoadable, asLoadableSimple, computeIfAbsent, computeIfAbsent, get, get, invalidate, invalidate, invalidateAll, put, put
-
Method Details
-
getAll
- Returns:
- all values and keys
-