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

    Nested classes/interfaces inherited from interface ru.tinkoff.kora.cache.Cache

    ru.tinkoff.kora.cache.Cache.Builder<K extends Object,V extends Object>
  • Method Summary

    Modifier and Type
    Method
    Description
     

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

    asLoadable, asLoadableSimple, computeIfAbsent, computeIfAbsent, get, get, invalidate, invalidate, invalidateAll, put, put
  • Method Details

    • getAll

      @Nonnull Map<K,V> getAll()
      Returns:
      all values and keys