Constructor and Description |
---|
DummyBucket() |
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) |
public void configure(CacheConfig config) throws CoreConfigException
configure
in interface Bucket
CoreConfigException
public void put(String key, CachableItem cacheItem)
public boolean containsItem(String key)
containsItem
in interface Bucket
public CachableItem getItem(String key)
public long getMemSize()
getMemSize
in interface Bucket
public int getCachedItems()
getCachedItems
in interface Bucket
public void closeBucket()
closeBucket
in interface Bucket
Copyright © 2015. All rights reserved.