ehcache

Uses of Class
net.sf.ehcache.store.compound.factories.Region

Packages that use Region
net.sf.ehcache.store.compound.factories This package contains the concrete element substitute factory implementations. 
 

Uses of Region in net.sf.ehcache.store.compound.factories
 

Methods in net.sf.ehcache.store.compound.factories that return Region
 Region Region.getPayload()
          Return the 'value' object held within this node.
protected  Region Region.remove(Region r)
          Remove the supplied region from this region.
 

Methods in net.sf.ehcache.store.compound.factories with parameters of type Region
protected  void Region.merge(Region r)
          Merge the supplied region into this region (if they are adjoining).
protected  Region Region.remove(Region r)
          Remove the supplied region from this region.
 

Constructors in net.sf.ehcache.store.compound.factories with parameters of type Region
Region(Region r)
          Create a shallow copy of a region.
 


ehcache

true