public abstract class AbstractCacheFactory extends Object implements ICacheFactory
| Constructor and Description |
|---|
AbstractCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
IComputable<Class<?>,List<?>> |
createEnumCache(IComputable<Class<?>,List<?>> computable) |
IComputable<String,IProductComponent> |
createProductCmptCache(IComputable<String,IProductComponent> computable) |
IComputable<GenerationId,IProductComponentGeneration> |
createProductCmptGenerationCache(IComputable<GenerationId,IProductComponentGeneration> computable) |
IComputable<String,ITable> |
createTableCache(IComputable<String,ITable> computable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCachepublic IComputable<Class<?>,List<?>> createEnumCache(IComputable<Class<?>,List<?>> computable)
createEnumCache in interface ICacheFactorypublic IComputable<String,IProductComponent> createProductCmptCache(IComputable<String,IProductComponent> computable)
createProductCmptCache in interface ICacheFactorypublic IComputable<GenerationId,IProductComponentGeneration> createProductCmptGenerationCache(IComputable<GenerationId,IProductComponentGeneration> computable)
createProductCmptGenerationCache in interface ICacheFactorypublic IComputable<String,ITable> createTableCache(IComputable<String,ITable> computable)
createTableCache in interface ICacheFactoryCopyright © 2014. All rights reserved.