Class LRUHashbelt

All Implemented Interfaces:
Map<Object,Object>, Cache

public final class LRUHashbelt extends AbstractHashbelt
A type of hashbelt that moves requested elements back into the first container when a get or add occurs.

Objects which are rarely used will work their way down the conveyor belt, and eventually be discarded, if they are not referenced.

Since:
1.0
Version:
$Revision: 8102 $ $Date: 2006-04-25 16:09:10 -0600 (Tue, 25 Apr 2006) $
Author:
Ralf Joachim
  • Field Details

  • Constructor Details

    • LRUHashbelt

      public LRUHashbelt()
  • Method Details