Package org.citydb.citygml.common.cache
Class IdCacheManager
- java.lang.Object
-
- org.citydb.citygml.common.cache.IdCacheManager
-
public class IdCacheManager extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IdCacheManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdCache
getCache(IdCacheType cacheType)
void
initCache(IdCacheType cacheType, IdCachingModel model, int cacheSize, float drainFactor, int concurrencyLevel)
void
shutdownAll()
-
-
-
Method Detail
-
initCache
public void initCache(IdCacheType cacheType, IdCachingModel model, int cacheSize, float drainFactor, int concurrencyLevel)
-
getCache
public IdCache getCache(IdCacheType cacheType)
-
shutdownAll
public void shutdownAll() throws java.sql.SQLException
- Throws:
java.sql.SQLException
-
-