time in milliseconds between calls from the reaper. Every "period"
milliseconds this factory's reaper will wake up and call
"removeExpiredElements" on the cache. Note that changing this value will
only effect new caches - all existing caches will continue with the same
period.
newInstance
publicCache newInstance(String cacheName, long timeoutMilliSeconds, int maxSize)(Code)
newReapableCache
abstractpublicReapableCache newReapableCache(String cacheName, long timeoutMilliSeconds, int maxSize)(Code)