Uses of Interface
ninja.cache.Cache
-
Packages that use Cache Package Description ninja.cache -
-
Uses of Cache in ninja.cache
Classes in ninja.cache that implement Cache Modifier and Type Class Description class
CacheEhCacheImpl
EhCache implementation.class
CacheMemcachedImpl
Memcached implementation (using http://code.google.com/p/spymemcached/) expiration is specified in seconds.Methods in ninja.cache that return Cache Modifier and Type Method Description Cache
CacheProvider. get()
Constructors in ninja.cache with parameters of type Cache Constructor Description NinjaCache(Cache cache)
-