Uses of Interface
dev.voidframework.cache.engine.CacheEngine
Packages that use CacheEngine
-
Uses of CacheEngine in dev.voidframework.cache.engine
Classes in dev.voidframework.cache.engine that implement CacheEngineModifier and TypeClassDescriptionclassThis abstract implementation provides the necessary tools for the various implementations ofCacheEngineto work smoothly.final classBlack Hole (do nothing) cache implementation.final classIn-memory cache implementation. -
Uses of CacheEngine in dev.voidframework.cache.module
Fields in dev.voidframework.cache.module declared as CacheEngineModifier and TypeFieldDescriptionprotected CacheEngineCacheInterceptor.cacheEngineCache engine to use.Methods in dev.voidframework.cache.module that return CacheEngineMethods in dev.voidframework.cache.module with parameters of type CacheEngineModifier and TypeMethodDescriptionvoidCacheInterceptor.setCacheEngine(CacheEngine cacheEngine) Sets the cache engine to use.