Serialized Form


Package com.whirlycott.cache

Class com.whirlycott.cache.CacheException extends java.lang.Exception implements Serializable

serialVersionUID: -4798498446556221410l

Class com.whirlycott.cache.RecordKeeper extends java.lang.Object implements Serializable

serialVersionUID: -8354128118267818665l

Serialized Fields

hits

long hits
The total number of cache hits.


hitLock

java.lang.Object hitLock
Lock used for the hits value.


totalOperations

long totalOperations
The total number of cache questions.


operationLock

java.lang.Object operationLock
Lock used for the operation value.


totalOperationsStartTuneCycle

long totalOperationsStartTuneCycle

queriesPerSecond

long queriesPerSecond