Class CacheStub<K,V>
java.lang.Object
com.e1c.langtool.internal.external.cache.CacheStub<K,V>
- All Implemented Interfaces:
ICache<K,V>
This class is a stub of cache that do nothing.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CacheStub
public CacheStub()
-
-
Method Details
-
put
-
putAll
-
get
-
getAll
-
remove
-
removeAll
-
removeAll
public void removeAll() -
size
public long size()
-