Uses of Class
net.sf.ehcache.util.FailSafeTimer
-
Packages that use FailSafeTimer Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.util.counter This package contains utility classes for Counter -
-
Uses of FailSafeTimer in net.sf.ehcache
Methods in net.sf.ehcache that return FailSafeTimer Modifier and Type Method Description FailSafeTimerCacheManager. getTimer()Returns aFailSafeTimerassociated with thisCacheManager -
Uses of FailSafeTimer in net.sf.ehcache.util.counter
Constructors in net.sf.ehcache.util.counter with parameters of type FailSafeTimer Constructor Description CounterManagerImpl(FailSafeTimer timer)Constructor that accepts a timer that will be used for scheduling sampled counter if any is created
-