类 CacheUtil

java.lang.Object
com.alicp.jetcache.CacheUtil

public class CacheUtil extends Object
Created on 2017/5/22.
作者:
huangli
  • 构造器详细资料

    • CacheUtil

      public CacheUtil()
  • 方法详细资料

    • createProxyLoader

      public static <K, V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> createProxyLoader(Cache<K,V> cache, CacheLoader<K,V> loader, Consumer<CacheEvent> eventConsumer)
    • createProxyLoader

      public static <K, V> com.alicp.jetcache.CacheUtil.ProxyLoader<K,V> createProxyLoader(Cache<K,V> cache, Function<K,V> loader, Consumer<CacheEvent> eventConsumer)
    • getAbstractCache

      public static <K, V> AbstractCache<K,V> getAbstractCache(Cache<K,V> c)