Uses of Package
net.walend.lyophil.memory

Packages that use net.walend.lyophil.memory
net.walend.lyophil.memory This package contains an implementation of lyophil that runs inside a jvm's memory. 
net.walend.lyophil.soft This package contains an implementation of Freezer that caches Freezables inside a SoftHashMap after they are called out of an authoritive Freezer. 
 

Classes in net.walend.lyophil.memory used by net.walend.lyophil.memory
MultiValueIndex
          This interface is defines methods for a MultiValueIndex, a Map from a unique index value to a set of Freezables Identifier.
SingleValueIndex
          This interface is defines methods for a SingleValueIndex, a Map from a unique index value to a single Freezable's Identifier.
 

Classes in net.walend.lyophil.memory used by net.walend.lyophil.soft
MemSet
          This class implements a Set of Freezables built on top of a HashSet that points from identifiers to Freezables.
 



Copyright (c) 2000, 2001, David Walend