com.alibaba.dubbo.cache.support
Class AbstractCacheFactory

java.lang.Object
  extended by com.alibaba.dubbo.cache.support.AbstractCacheFactory
All Implemented Interfaces:
CacheFactory
Direct Known Subclasses:
JCacheFactory, LruCacheFactory, ThreadLocalCacheFactory

public abstract class AbstractCacheFactory
extends Object
implements CacheFactory

AbstractCacheFactory

Author:
william.liangf

Constructor Summary
AbstractCacheFactory()
           
 
Method Summary
 Cache getCache(URL url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCacheFactory

public AbstractCacheFactory()
Method Detail

getCache

public Cache getCache(URL url)
Specified by:
getCache in interface CacheFactory


Copyright © 2012–2017 Alibaba. All rights reserved.