Uses of Class
org.javalite.activejdbc.cache.CacheManager
-
Packages that use CacheManager Package Description org.javalite.activejdbc ActiveJDBC - the agile Java ORM.org.javalite.activejdbc.cache Classes for operations with caches. -
-
Uses of CacheManager in org.javalite.activejdbc
Methods in org.javalite.activejdbc that return CacheManager Modifier and Type Method Description static CacheManagerRegistry. cacheManager() -
Uses of CacheManager in org.javalite.activejdbc.cache
Subclasses of CacheManager in org.javalite.activejdbc.cache Modifier and Type Class Description classEHCache3ManagerCache implementation based on EHCache 3.classEHCacheManagerCache implementation based on EHCache 2.classNopeCacheManagerBlank class, does nothing.classRedisCacheManagerRedis cache manager.Methods in org.javalite.activejdbc.cache that return CacheManager Modifier and Type Method Description CacheManagerQueryCache. getCacheManager()
-