Uses of Class
de.xima.fc.mdl.cache.ACacheModel
-
Packages that use ACacheModel Package Description de.xima.fc.api.cache de.xima.fc.mdl.cache -
-
Uses of ACacheModel in de.xima.fc.api.cache
Methods in de.xima.fc.api.cache with type parameters of type ACacheModel Modifier and Type Method Description static <T extends ACacheModel>
voidAGenericDataCache. cacheData(T cacheModel, String cacheKey)
Methods in de.xima.fc.api.cache that return ACacheModel Modifier and Type Method Description static <T extends de.xima.cmn.dao.interfaces.IEntity<?>>
ACacheModelAGenericDataCache. readCachedData(String cachekey)
static <T extends de.xima.cmn.dao.interfaces.IEntity<?>>
ACacheModelAGenericDataCache. readCachedData(T entity)
Methods in de.xima.fc.api.cache that return types with arguments of type ACacheModel Modifier and Type Method Description static org.ehcache.Cache<String,ACacheModel>
GenericDataCacheManager. getCache()
Deprecated.static org.ehcache.Cache<String,ACacheModel>
GenericDataCache. getInstance()
-
Uses of ACacheModel in de.xima.fc.mdl.cache
Subclasses of ACacheModel in de.xima.fc.mdl.cache Modifier and Type Class Description class
BinaryCacheModel
class
GenericCacheModel<T>
class
LicenseCacheModel
class
StringCacheModel
class
XformCacheModel
-