Package play.cache
Class DummyCacheImpl
java.lang.Object
play.cache.DummyCacheImpl
- All Implemented Interfaces:
CacheImpl
This class implements no caching at all. Since RePlay expects an implementation of the CacheImpl
interface to be present, we have created this "dummy" implementation that does nothing.
All `get` calls "miss", and `set` calls do nothing on purpose.
-
Method Summary