public interface ReapableCache extends Cache(Code)
A managed cache is one that can receive callbacks asking it to remove
any expired objects (based on time timeoutMilliSeconds).
The CacheReaper is typically responsible for performing the callback.
See Also:org.shiftone.cache.util.reaper.CacheReaper author: Jeff Drost version: $Revision: 1.1 $