类 AbstractEmbeddedCache<K,V>

java.lang.Object
com.alicp.jetcache.AbstractCache<K,V>
com.alicp.jetcache.embedded.AbstractEmbeddedCache<K,V>
所有已实现的接口:
Cache<K,V>, Closeable, AutoCloseable
直接已知子类:
CaffeineCache, LinkedHashMapCache

public abstract class AbstractEmbeddedCache<K,V> extends AbstractCache<K,V>
作者:
huangli
  • 构造器详细资料

  • 方法详细资料

    • config

      public CacheConfig<K,V> config()
      从接口复制的说明: Cache
      Get the config of this cache.
      返回:
      the cache config
    • buildKey

      public Object buildKey(K key)
    • __removeAll

      public void __removeAll(Set<? extends K> keys)