Package | Description |
---|---|
org.castor.cache.hashbelt |
The Hashbelt API
|
Modifier and Type | Class and Description |
---|---|
class |
FIFOHashbelt
A perfectly ordinary hashbelt.
|
class |
LRUHashbelt
A type of hashbelt that moves requested elements back into the first
container when a get or add occurs.
|
Copyright © 2016. All rights reserved.