接口 play.cache.CacheImpl
的使用

使用 CacheImpl 的软件包
play.cache   
 

play.cacheCacheImpl 的使用
 

实现 CacheImplplay.cache 中的类
 class EhCacheImpl
          EhCache implementation.
 class MemcachedImpl
          Memcached implementation (using http://code.google.com/p/spymemcached/) expiration is specified in seconds
 

声明为 CacheImplplay.cache 中的字段
static CacheImpl Cache.cacheImpl
          The underlying cache implementation
static CacheImpl Cache.forcedCacheImpl
          Sometime we REALLY need to change the implementation :)
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly