Uses of Interface
play.cache.CacheImpl
-
Packages that use CacheImpl Package Description play.cache -
-
Uses of CacheImpl in play.cache
Classes in play.cache that implement CacheImpl Modifier and Type Class Description classEhCacheImplEhCache implementation.classMemcachedImplMemcached implementation (using http://code.google.com/p/spymemcached/) expiration is specified in secondsFields in play.cache declared as CacheImpl Modifier and Type Field Description static CacheImplCache. cacheImplThe underlying cache implementationstatic CacheImplCache. forcedCacheImplSometime we REALLY need to change the implementation :)
-