org.jmage.cache
Interface CacheManager

All Known Implementing Classes:
CacheManagerImpl

public interface CacheManager

CacheManager


Method Summary
 Cache createCacheFor(java.lang.Class factoryType, java.util.Properties properties)
           
 void destroyCacheFor(java.lang.Class factoryType)
           
 Cache getCacheFor(java.lang.Class factoryType)
           
 

Method Detail

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.