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 classCacheEhCacheImplEhCache implementation.classCacheMemcachedImplMemcached 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 CacheCacheProvider. get()Constructors in ninja.cache with parameters of type Cache Constructor Description NinjaCache(Cache cache)
-