Lightweight Bartering Grid

Uses of Class
lbg.protocol.data.Cache

Packages that use Cache
lbg.protocol.data   
 

Uses of Cache in lbg.protocol.data
 

Subclasses of Cache in lbg.protocol.data
 class ByteBoundedSlottedLRUCache<K extends Comparable<? extends K>>
          This class implements a cache of a size bounded in number of entries.
 class SlottedLRUCache<K extends Comparable<? extends K>>
          This class implements a cache of a size bounded in number of entries.
 class UnlimitedCache<K extends Comparable<? extends K>>
          This class implements an unbounded cache.
 


Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.