public class MasterStandbyCache extends AbstractCache
| 构造器和说明 |
|---|
MasterStandbyCache(Cache master,
Cache backup) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
Object |
getObject(Object key) |
int |
getSize() |
boolean |
hasKey(Object key) |
Set<Object> |
keys() |
void |
putObject(Object key,
Object value,
boolean ifAbsent) |
Object |
removeObject(Object key) |
expiredCache, expiredCache, iterator, masterStandbyCache, toEntriesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean hasKey(Object key)
public void clear()
public int getSize()
Copyright © 2022. All rights reserved.