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
protected  void Cache.releaseUpdateState(EntryUpdateState state, String key)
          releases the usage that was made of the specified EntryUpdateState.
 


OSCache Project Page