com.alibaba.dubbo.cache
Interface CacheFactory

All Known Implementing Classes:
AbstractCacheFactory, JCacheFactory, LruCacheFactory, ThreadLocalCacheFactory

@SPI(value="lru")
public interface CacheFactory

CacheFactory

Author:
william.liangf

Method Summary
 Cache getCache(URL url)
           
 

Method Detail

getCache

@Adaptive(value="cache")
Cache getCache(URL url)


Copyright © 2012–2017 Alibaba. All rights reserved.