| Interface | Description |
|---|---|
| Cache |
Interface hiding cache implementation.
|
| Class | Description |
|---|---|
| CacheEhCacheImpl |
EhCache implementation.
|
| CacheMemcachedImpl |
Memcached implementation (using http://code.google.com/p/spymemcached/)
expiration is specified in seconds.
|
| CacheProvider |
A provider that determines which implementation to load as Cache based on
the value of key
CacheConstant#CACHE_IMPLEMENTATION in
NinjaProperties (aka application.conf). |
| NinjaCache |
A convenience class to access the underlaying cache implementation.
|
Copyright © 2014 ninjaframework. All Rights Reserved.