|
Guvnor - Services API 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Cache<K,V>
Define operations of a cache
| Method Summary | |
|---|---|
V |
getEntry(K key)
Retrieve the cache entry for the specified key. |
void |
invalidateCache()
Invalidate the entire cache |
void |
invalidateCache(K key)
Invalidate the cache for a specific key. |
void |
setEntry(K key,
V value)
Set the cache entry for the specified path. |
| Method Detail |
|---|
V getEntry(K key)
key - The cache entry key
void setEntry(K key,
V value)
key - The cache entry keyvalue - The cache entryvoid invalidateCache()
void invalidateCache(K key)
key - The cache entry key
|
Guvnor - Services API 6.0.0.CR4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||