Package | Description |
---|---|
org.castor.cache.hashbelt |
The Hashbelt API
|
org.castor.cache.hashbelt.reaper |
Modifier and Type | Field and Description |
---|---|
static Class<? extends AbstractReaper> |
AbstractHashbelt.DEFAULT_REAPER_CLASS
Default reaper class.
|
Modifier and Type | Class and Description |
---|---|
class |
NotifyingReaper
Does the obvious: Calls a handleExpiredObject method for each object in the
container.
|
class |
NullReaper
The simplest of all possible expiration handlers.
|
class |
RefreshingReaper
Calls a refresh method on each object in the container; it reinserts any
returned object to the front of the expiration system.
|
class |
ReinsertingReaper
A hybrid of the notifying and refreshing reaper; like the notifying reaper,
this calls handleExpiredObject for the object; like the refreshing reaper, it
then reinserts it in the front of the expiration system.
|
Copyright © 2013. All rights reserved.