public class HashCache extends AbstractCache
AbstractCache.CacheIterator| 构造器和说明 |
|---|
HashCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Object |
getObject(Object key) |
int |
getSize() |
boolean |
hasKey(Object key) |
Set<Object> |
keys() |
void |
putObject(Object key,
Object value) |
Object |
removeObject(Object key) |
String |
toString() |
expiredCache, expiredCache, fifoCache, iterator, lifoCache, lruCache, masterStandbyCache, sortedCacheclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void clear()
public int getSize()
public boolean hasKey(Object key)
Copyright © 2020. All rights reserved.