Uses of Interface
io.vertigo.datastore.cache.CacheManager
-
Packages that use CacheManager Package Description io.vertigo.datastore.impl.cache io.vertigo.datastore.impl.entitystore io.vertigo.datastore.impl.entitystore.cache -
-
Uses of CacheManager in io.vertigo.datastore.impl.cache
Classes in io.vertigo.datastore.impl.cache that implement CacheManager Modifier and Type Class Description class
CacheManagerImpl
Manager de gestion du cache. -
Uses of CacheManager in io.vertigo.datastore.impl.entitystore
Constructors in io.vertigo.datastore.impl.entitystore with parameters of type CacheManager Constructor Description EntityStoreConfigImpl(List<EntityStorePlugin> dataStorePlugins, CacheManager cacheManager)
Constructor.EntityStoreManagerImpl(CacheManager cacheManager, VTransactionManager transactionManager, EventBusManager eventBusManager, 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 Constructor Description CacheDataStoreConfig(CacheManager cacheManager)
Constructor.
-