NoOpCache
- class NoOpCache implements Map
The NoOpCache is used when the caching is diabled (globally or for the current transaction.
It results in much simpler code when the callers do not need to check whether the caching is active all the time.
- Author:
Timm Fitschen
Methods
clear
- public void clear()
containsKey
containsValue
entrySet
get
isEmpty
- public boolean isEmpty()
keySet
put
putAll
remove
size
- public int size()
values
- public Collection values()