public interface Bucket
Modifier and Type | Method and Description |
---|---|
void |
closeBucket() |
void |
configure(CacheConfig config) |
boolean |
containsItem(String key) |
int |
getCachedItems() |
CachableItem |
getItem(String key) |
long |
getMemSize() |
String |
getName() |
void |
put(String key,
CachableItem cacheItem) |
void |
remove(String key) |
String getName()
void configure(CacheConfig config) throws CoreConfigException
CoreConfigException
void put(String key, CachableItem cacheItem)
void remove(String key)
boolean containsItem(String key)
CachableItem getItem(String key)
long getMemSize()
int getCachedItems()
void closeBucket()
Copyright © 2015. All rights reserved.