| Constructor and Description |
|---|
LRUCache() |
| Modifier and Type | Method and Description |
|---|---|
V |
getEntry(Path path)
Retrieve the cache entry for the specified key.
|
Set<Path> |
getKeys() |
void |
invalidateCache()
Invalidate the entire cache
|
void |
invalidateCache(Path path)
Invalidate the cache for a specific key.
|
void |
setEntry(Path path,
V value)
Set the cache entry for the specified path.
|
public V getEntry(Path path)
Cachepublic void setEntry(Path path, V value)
Cachepublic void invalidateCache()
CacheinvalidateCache in interface Cache<Path,V>public void invalidateCache(Path path)
CacheinvalidateCache in interface Cache<Path,V>path - The cache entry keyCopyright © 2012–2017 JBoss by Red Hat. All rights reserved.