public interface CacheRegion<T extends Comparable<T>,X extends CacheEntry>
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(T key) |
X |
getEntry(T key) |
long |
lastRegionAccess() |
long |
memorySize() |
String |
name() |
X |
putEntry(T key,
X entry) |
long |
reduceBy(long reduceSize) |
boolean |
removeEntry(T key) |
int |
size() |
Collection<X> |
values() |
String name()
long lastRegionAccess()
long memorySize()
long reduceBy(long reduceSize)
boolean contains(T key)
Collection<X> values()
int size()
boolean removeEntry(T key)
void clear()
Copyright © 2015. All rights reserved.