public interface ICacheFactory
| Modifier and Type | Method and Description |
|---|---|
<K,V> IComputable<K,V> |
createCache(IComputable<K,V> computable)
Creates a new cache of the given type.
|
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) |
<K,V> IComputable<K,V> createCache(IComputable<K,V> 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)
IComputable<Class<?>,List<?>> createEnumCache(IComputable<Class<?>,List<?>> computable)
Copyright © 2023. All rights reserved.