|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
K
- the type variable for the key.
V
- the type variablefor the value.
public interface Cache<K,V>
The cache interface for all caches for smartics properties. It adds the awareness for its size and its keys.
Method Summary | |
---|---|
Set<K> |
keySet() Returns a set of all keys in the cache. |
long |
size() Fetch the size of the cache. |
Methods inherited from interface de.smartics.properties.spi.config.cache.UnawareCache |
---|
get, put, put, put, remove |
Method Detail |
---|
long size()
Set<K> keySet()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |