Uses of Interface
org.jpox.cache.Level1Cache

Packages that use Level1Cache
org.jpox.cache This package provides classes implementing caching within JPOX. 
 

Uses of Level1Cache in org.jpox.cache
 

Classes in org.jpox.cache that implement Level1Cache
 class HardRefCache
          Implementation of a Level 1 cache keeping hard (strong) references to the objects.
 class SoftRefCache
          Level 1 Cache using Soft referenced objects in a Map.
 class WeakRefCache
          Level 1 Cache using Weak referenced objects in a Map.
 



Copyright © -2007 . All Rights Reserved.