org.jmage.cache
Interface CacheManager
- All Known Implementing Classes:
- CacheManagerImpl
public interface CacheManager
CacheManager
createCacheFor
Cache createCacheFor(java.lang.Class factoryType,
java.util.Properties properties)
throws CacheException
- Throws:
CacheException
destroyCacheFor
void destroyCacheFor(java.lang.Class factoryType)
throws CacheException
- Throws:
CacheException
getCacheFor
Cache getCacheFor(java.lang.Class factoryType)
throws CacheException
- Throws:
CacheException
Copyright © 2004-2008 Sourceforge. All Rights Reserved.