Package play.cache

Class DummyCacheImpl

java.lang.Object
play.cache.DummyCacheImpl
All Implemented Interfaces:
CacheImpl

public class DummyCacheImpl extends Object implements 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.