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 a Cache based on
the value of a configuration key in
NinjaProperties (aka application.conf). |
NinjaCache |
A convenience class to access the underlying cache implementation.
|
Exception | Description |
---|---|
CacheException |
Copyright © 2019 ninjaframework. All rights reserved.