Package ru.tinkoff.kora.cache
package ru.tinkoff.kora.cache
-
InterfacesClassDescriptionCache<K,
V> Represents base Cache contract.CacheBuilder<K,V> Represent CacheKey interface that is used by the implementation that represents method arguments as key for CacheCacheKey.Key2<K1,K2> CacheKey.Key3<K1,K2, K3> CacheKey.Key4<K1,K2, K3, K4> CacheKey.Key5<K1,K2, K3, K4, K5> CacheKey.Key6<K1,K2, K3, K4, K5, K6> CacheKey.Key7<K1,K2, K3, K4, K5, K6, K7> CacheKey.Key8<K1,K2, K3, K4, K5, K6, K7, K8> CacheKey.Key9<K1,K2, K3, K4, K5, K6, K7, K8, K9> CacheKeyMapper<K,C> Contract for converting method argumentsCacheKeyinto the final key that will be used in Cache implementation.CacheLoader<K,V> LoadableCache<K,V> Analog of Caffeine LoadableCache, requireCacheLoaderassociated