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 class
EhCacheImpl
EhCache implementation.class
MemcachedImpl
Memcached 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 CacheImpl
Cache. cacheImpl
The underlying cache implementationstatic CacheImpl
Cache. forcedCacheImpl
Sometime we REALLY need to change the implementation :)
-