public abstract class Cache<E> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Cache.ValueReadingException |
Modifier and Type | Method and Description |
---|---|
E |
get(String identifier) |
E |
get(String identifier,
boolean forceReload) |
E |
getFromRemote(String identifier) |
boolean |
isInCache(String identifier) |
public boolean isInCache(String identifier)
public E get(String identifier, boolean forceReload) throws Cache.ValueReadingException, IOException
public E get(String identifier) throws Cache.ValueReadingException, IOException
public E getFromRemote(String identifier) throws Cache.ValueReadingException, IOException
Copyright © 2017. All rights reserved.