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)
Cache
public void setEntry(Path path, V value)
Cache
public void invalidateCache()
Cache
invalidateCache
in interface Cache<Path,V>
public void invalidateCache(Path path)
Cache
invalidateCache
in interface Cache<Path,V>
path
- The cache entry keyCopyright © 2012–2019 JBoss by Red Hat. All rights reserved.