Uses of Interface
io.vertigo.datastore.cache.CacheManager
Packages that use CacheManager
Package
Description
-
Uses of CacheManager in io.vertigo.datastore.impl.cache
Classes in io.vertigo.datastore.impl.cache that implement CacheManager -
Uses of CacheManager in io.vertigo.datastore.impl.entitystore
Constructors in io.vertigo.datastore.impl.entitystore with parameters of type CacheManagerModifierConstructorDescriptionEntityStoreConfigImpl(List<EntityStorePlugin> dataStorePlugins, CacheManager cacheManager) Constructor.EntityStoreManagerImpl(CacheManager cacheManager, io.vertigo.commons.transaction.VTransactionManager transactionManager, io.vertigo.commons.eventbus.EventBusManager eventBusManager, io.vertigo.datamodel.task.TaskManager taskManager, List<EntityStorePlugin> entityStorePlugins) Constructor -
Uses of CacheManager in io.vertigo.datastore.impl.entitystore.cache
Constructors in io.vertigo.datastore.impl.entitystore.cache with parameters of type CacheManager