public final class SimpleCache extends Object implements Cache<Path,CacheEntry>
| Constructor and Description |
|---|
SimpleCache(Path path) |
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–2016 GraphWalker. All rights reserved.