E G O T 

E

EhCacheMonitor - Class in org.jasig.cas.monitor
Monitors a Cache instance.
EhCacheMonitor() - Constructor for class org.jasig.cas.monitor.EhCacheMonitor
Instantiates a new Ehcache monitor.
EhCacheMonitor(Cache) - Constructor for class org.jasig.cas.monitor.EhCacheMonitor
Instantiates a new EhCache monitor.
EhCacheStatistics - Class in org.jasig.cas.monitor
Ehcache statistics wrapper.
EhCacheStatistics(Cache) - Constructor for class org.jasig.cas.monitor.EhCacheStatistics
Creates a new instance that delegates statistics inquiries to the given Cache instance.

G

getCapacity() - Method in class org.jasig.cas.monitor.EhCacheStatistics
Gets the heap memory capacity of the cache.
getEvictions() - Method in class org.jasig.cas.monitor.EhCacheStatistics
 
getName() - Method in class org.jasig.cas.monitor.EhCacheStatistics
 
getPercentFree() - Method in class org.jasig.cas.monitor.EhCacheStatistics
 
getSize() - Method in class org.jasig.cas.monitor.EhCacheStatistics
Gets the size of heap consumed by items stored in the cache.
getStatistics() - Method in class org.jasig.cas.monitor.EhCacheMonitor
 

O

org.jasig.cas.monitor - package org.jasig.cas.monitor
 

T

toString(StringBuilder) - Method in class org.jasig.cas.monitor.EhCacheStatistics
 
E G O T