Uses of Interface
io.vertigo.datastore.impl.cache.CachePlugin
-
Packages that use CachePlugin Package Description io.vertigo.datastore.impl.cache io.vertigo.datastore.plugins.cache.ehcache io.vertigo.datastore.plugins.cache.memory io.vertigo.datastore.plugins.cache.redis -
-
Uses of CachePlugin in io.vertigo.datastore.impl.cache
Constructors in io.vertigo.datastore.impl.cache with parameters of type CachePlugin Constructor Description CacheManagerImpl(CachePlugin cachePlugin)
Constructor. -
Uses of CachePlugin in io.vertigo.datastore.plugins.cache.ehcache
Classes in io.vertigo.datastore.plugins.cache.ehcache that implement CachePlugin Modifier and Type Class Description class
EhCachePlugin
Implémentation EHCache du CacheManager. -
Uses of CachePlugin in io.vertigo.datastore.plugins.cache.memory
Classes in io.vertigo.datastore.plugins.cache.memory that implement CachePlugin Modifier and Type Class Description class
MemoryCachePlugin
Implémentation MapCache du plugins. -
Uses of CachePlugin in io.vertigo.datastore.plugins.cache.redis
Classes in io.vertigo.datastore.plugins.cache.redis that implement CachePlugin Modifier and Type Class Description class
RedisCachePlugin
RedisCache plugin
-