| Package | Description |
|---|---|
| net.sf.jkniv.cache |
| Modifier and Type | Method and Description |
|---|---|
Cacheable.Entry<V> |
Cacheable.getEntry(K key)
Returns a
Cacheable.Entry view of the mappings contained in this cache. |
Cacheable.Entry<V> |
MemoryCache.getEntry(K key) |
Cacheable.Entry<V> |
NoCache.getEntry(K key) |
Cacheable.Entry<V> |
Cacheable.remove(K key) |
Cacheable.Entry<V> |
MemoryCache.remove(K key) |
Cacheable.Entry<V> |
NoCache.remove(K key) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<K,Cacheable.Entry<V>>> |
Cacheable.entrySet() |
Set<Map.Entry<K,Cacheable.Entry<V>>> |
MemoryCache.entrySet() |
Set<Map.Entry<K,Cacheable.Entry<V>>> |
NoCache.entrySet() |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.