Uses of Class
org.apache.jcs.access.exception.InvalidHandleException

Packages that use InvalidHandleException
org.apache.jcs.access Contains classes for accessing the cache. 
 

Uses of InvalidHandleException in org.apache.jcs.access
 

Methods in org.apache.jcs.access that throw InvalidHandleException
 void CacheAccess.resetElementAttributes(IElementAttributes attr)
          ResetAttributes allows for some of the attributes of a region to be reset in particular expiration time attriubtes, time to live, default time to live and idle time, and event handlers.
 void CacheAccess.resetElementAttributes(java.lang.Object name, IElementAttributes attr)
          Reset attributes for a particular element in the cache.