- All Implemented Interfaces:
ru.tinkoff.kora.cache.CacheManager<K,V>
public final class CaffeineCacheManager<K,V>
extends Object
implements ru.tinkoff.kora.cache.CacheManager<K,V>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ru.tinkoff.kora.cache.CacheManager
ru.tinkoff.kora.cache.CacheManager.Builder<K extends Object,V extends Object>
-
Method Summary
ru.tinkoff.kora.cache.Cache<K,V>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getCache
@Nonnull
public ru.tinkoff.kora.cache.Cache<K,V> getCache(@Nonnull
String name)
- Specified by:
getCache in interface ru.tinkoff.kora.cache.CacheManager<K,V>