public interface SubCache<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
remove(K key)
Removes the Entry
|
void |
updateExpirationTimestamp(K key,
long expirationTimestamp)
Will be called to update an expiration timestamp.
|
void remove(K key) throws IOException
key - IOExceptionvoid updateExpirationTimestamp(K key, long expirationTimestamp)
key - expirationTimestamp - Copyright © 2015 Hannes Dorfmann. All rights reserved.