Value - public interface FSMultiThreadCache<Value>
| Modifier and Type | Method and Description |
|---|---|
Value |
get(String uri) |
void |
put(String uri,
Value value)
Store value in cache.
|
Value get(String uri)
uri - The resolved uri as returned from any uri resolver. Never null.void put(String uri, Value value)
uri - The resolved uri as returned from any uri resolver. Never null.value - The contents of the uri as returned from any protocol handlers or the default user agent. Never null.Copyright © 2018. All rights reserved.