@IdiotProofImmutable public final class FileSystemCache<K,V> extends com.google.common.cache.CacheLoader<K,V>
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemCache.Builder<K,V> |
Modifier and Type | Method and Description |
---|---|
static <K,V> FileSystemCache.Builder<K,V> |
builder() |
PersistentCache<File,V> |
getFileCache() |
com.google.common.base.Function<K,File> |
getKeyConverter() |
com.google.common.cache.CacheLoader<K,V> |
getLoader() |
boolean |
isIgnoreFileSystem() |
V |
load(K key) |
public PersistentCache<File,V> getFileCache()
public com.google.common.base.Function<K,File> getKeyConverter()
public boolean isIgnoreFileSystem()
public static <K,V> FileSystemCache.Builder<K,V> builder()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.