public final class SimpleCache extends Object implements Cache<Path,CacheEntry>
| Constructor and Description |
|---|
SimpleCache(Path path) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Path key,
CacheEntry value) |
boolean |
contains(Path key) |
CacheEntry |
get(Path key) |
public SimpleCache(Path path)
public CacheEntry get(Path key)
get in interface Cache<Path,CacheEntry>public void add(Path key, CacheEntry value)
add in interface Cache<Path,CacheEntry>public boolean contains(Path key)
contains in interface Cache<Path,CacheEntry>Copyright © 2005–2019 GraphWalker. All rights reserved.