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

    Modifier and Type
    Method
    Description
     

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

    • getAll

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