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>
  • Method Summary

    Methods inherited from interface ru.tinkoff.kora.cache.Cache

    asLoadable, computeIfAbsent, computeIfAbsent, computeIfAbsentAsync, computeIfAbsentAsync, get, get, getAsync, getAsync, invalidate, invalidate, invalidateAll, invalidateAllAsync, invalidateAsync, invalidateAsync, put, putAsync