javax.cache
Interface CacheManagerFactory
- All Known Implementing Classes:
- CacheManagerFactoryImpl
public interface CacheManagerFactory
Provides the capability of dynamically creating a cache.
See the default implementation of this inteface in com.caucho.cluster.CacheTemplate
for additional methods.
getCacheManager
CacheManager getCacheManager(java.lang.String name)
getCacheManager
CacheManager getCacheManager(java.lang.ClassLoader classLoader,
java.lang.String name)
close
void close()
throws CachingShutdownException
- Throws:
CachingShutdownException
close
void close(java.lang.ClassLoader classLoader)
throws CachingShutdownException
- Throws:
CachingShutdownException
close
void close(java.lang.ClassLoader classLoader,
java.lang.String name)
throws CachingShutdownException
- Throws:
CachingShutdownException