Uses of Class
com.alachisoft.ncache.web.caching.CacheItemRemovedReason

Packages that use CacheItemRemovedReason
com.alachisoft.ncache.web.caching Describes com.alachisoft.ncache.web.caching package The com.alachisoft.nCache.web.caching package provides classes for caching frequently used data in a cluster This includes the Cache class, a dictionary that allows you to store arbitrary data objects, such as hash tables and data sets. 
 

Uses of CacheItemRemovedReason in com.alachisoft.ncache.web.caching
 

Methods in com.alachisoft.ncache.web.caching that return CacheItemRemovedReason
static CacheItemRemovedReason CacheItemRemovedReason.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheItemRemovedReason[] CacheItemRemovedReason.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.alachisoft.ncache.web.caching with parameters of type CacheItemRemovedReason
 void CacheItemRemovedCallback.itemRemoved(java.lang.String key, java.lang.Object value, CacheItemRemovedReason reason)
          The method which is invoked.