org.castor.cache.distributed
public final class OsCacheFactory extends Object implements CacheFactory
Since: 1.0
Version: $Revision: 6230 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Method Summary | |
---|---|
Cache | getCache(ClassLoader classLoader) |
Cache | getCache(String implementation, ClassLoader classLoader)
Normally called to initialize OsCache. |
String | getCacheClassName() |
String | getCacheType() |
void | shutdown() |
See Also: CacheFactory
com.opensymphony.oscache.general.GeneralCacheAdministrator
implementation, it can also be called with a test implementations classname.
Parameters: implementation Cache implementation classname to initialize. classLoader A ClassLoader instance.
Returns: A Cache instance.
Throws: CacheAcquireException Problem instantiating a cache instance.
See Also: getCacheClassName
See Also: getCacheType
See Also: shutdown