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 TypeClassDescriptionfinal 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 CacheEngineMethods 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.