Uses of Class
com.opensymphony.oscache.base.EntryUpdateState

Packages that use EntryUpdateState
com.opensymphony.oscache.base Provides the base classes and interfaces that make up the core of OSCache. 
 

Uses of EntryUpdateState in com.opensymphony.oscache.base
 

Methods in com.opensymphony.oscache.base that return EntryUpdateState
protected  EntryUpdateState Cache.getUpdateState(String key)
          Get the updating cache entry from the update map.
 

Methods in com.opensymphony.oscache.base with parameters of type EntryUpdateState
private  void Cache.checkEntryStateUpdateUsage(String key, EntryUpdateState state, int usageCounter)
          Utility method to check if the specified usage count is zero, and if so remove the corresponding EntryUpdateState from the updateStates.
protected  void Cache.releaseUpdateState(EntryUpdateState state, String key)
          releases the usage that was made of the specified EntryUpdateState.
 



Copyright © 2011 OpenSymphony. All Rights Reserved.