|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RuntimeCacheStats
This interface represents for various runtime statistics associated with a cache instance.
| Method Summary | |
|---|---|
long |
getClearCount()Returns the number of times cache instance was cleared (emptied). |
java.util.Date |
getCreatedDate()Returns the time this cache was created. |
long |
getHits()Returns number of cache hits recorded. |
java.util.Date |
getLastFlushedDate()Returns the time this cache was last flushed. |
java.util.Date |
getLastPrunedDate()Returns the time this cache was last pruned. |
long |
getMisses()Returns number of cache misses recorded. |
long |
getRemoveCount()Returns the number of times cache instances were removed. |
boolean |
hasINotifyObjects()Indicates if the cache contains INotify instances |
| Method Detail |
|---|
long getHits()
long getMisses()
long getClearCount()
long getRemoveCount()
boolean hasINotifyObjects()
java.util.Date getCreatedDate()
java.util.Date getLastPrunedDate()
java.util.Date getLastFlushedDate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.