public class FileCache<T> extends Object
| Constructor and Description |
|---|
FileCache(CachePathProvider
|
public FileCache(CachePathProvider<T> resolver)
public void push(T thing, BufferedImageAndBytesbiab)
thing - the thing.
biab - the thing's data to cache.