| Package | Description |
|---|---|
| org.mmbase.module |
The modules used to load MMBase and optional MMBase functionality.
|
| Modifier and Type | Method and Description |
|---|---|
cacheline |
cacheInterface.get(Object key) |
cacheline |
cache.get(Object wanted)
Try to get a cacheline from cache, returns null if not found
|
cacheline |
cacheInterface.put(Object key,
Object value) |
cacheline |
cache.put(Object key,
Object value)
Try to put a cacheline in cache, returns old one if available
In all other cases returns null.
|
cacheline |
cacheInterface.remove(Object key) |
cacheline |
cache.remove(Object key)
Remove the entry identified by key from the cache
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}