@Deprecated
public class CacheStatistics
extends java.lang.Object
构造器和说明 |
---|
CacheStatistics(GroupCacheable cache)
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
clear()
已过时。
|
void |
delete()
已过时。
|
int |
getClearCount()
已过时。
|
long |
getCreated()
已过时。
|
int |
getDeleteCount()
已过时。
|
long |
getLastUpdated()
已过时。
|
int |
getMisses()
已过时。
|
int |
getReadCount()
已过时。
|
int |
getWriteCount()
已过时。
|
void |
misses()
已过时。
|
void |
read()
已过时。
|
void |
resetStatistics()
已过时。
重置统计。
|
int |
size()
已过时。
|
void |
updated()
已过时。
|
void |
write()
已过时。
|
public CacheStatistics(GroupCacheable cache)
public int size()
public int getWriteCount()
public void write()
public long getCreated()
public long getLastUpdated()
public void updated()
public int getReadCount()
public void read()
public int getMisses()
public void misses()
public int getDeleteCount()
public void delete()
public int getClearCount()
public void clear()
public void resetStatistics()