com.caucho.distcache.jcache
Class CacheManagerFactoryImpl
java.lang.Object
com.caucho.distcache.jcache.CacheManagerFactoryImpl
- All Implemented Interfaces:
- CacheManagerFactory
public class CacheManagerFactoryImpl
- extends java.lang.Object
- implements CacheManagerFactory
Caching Provider for jcache
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CacheManagerFactoryImpl
public CacheManagerFactoryImpl()
getCacheManager
public CacheManager getCacheManager(java.lang.String name)
- Specified by:
getCacheManager
in interface CacheManagerFactory
getCacheManager
public CacheManager getCacheManager(java.lang.ClassLoader classLoader,
java.lang.String name)
- Specified by:
getCacheManager
in interface CacheManagerFactory
close
public void close()
throws CachingShutdownException
- Specified by:
close
in interface CacheManagerFactory
- Throws:
CachingShutdownException
close
public void close(java.lang.ClassLoader classLoader)
throws CachingShutdownException
- Specified by:
close
in interface CacheManagerFactory
- Throws:
CachingShutdownException
close
public void close(java.lang.ClassLoader classLoader,
java.lang.String name)
throws CachingShutdownException
- Specified by:
close
in interface CacheManagerFactory
- Throws:
CachingShutdownException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object