Uses of Package
com.alachisoft.ncache.web.caching

Packages that use com.alachisoft.ncache.web.caching
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. 
 

Classes in com.alachisoft.ncache.web.caching used by com.alachisoft.ncache.web.caching
AsyncCacheClearedCallback
          Provide method for notifying applications after a request for asynchronous clear operation completes.
AsyncItemAddedCallback
          Provide method for notifying applications after a request for asynchronous add operation completes.
AsyncItemRemovedCallback
          Provide method for notifying applications after a request for asynchronous remove operation completes.
AsyncItemUpdatedCallback
          Provide method for notifying applications after a request for asynchronous insert operation completes.
Cache
          Implements the clustered cache for an application.
CacheCollection
          List of all the caches.
CacheInitParams
           
CacheItem
          Class that represents a cached item including its dependencies, expiration and eviction information
CacheItemRemovedCallback
          Defines a callback method for notifying applications when a cached item is removed from the Cache.
CacheItemRemovedReason
          Specifies the reason an item was removed from the Cache.
CacheItemUpdatedCallback
          Defines a callback method for notifying applications when an item is updated in the Cache.
CacheItemVersion
          Represents the version of each cache item.
CacheStream
          CacheStream is derived from System.IO.Stream.
CacheSyncDependency
          A client application can have more than one cache instances initialized.
ContinuousQuery
           
ContinuousQueryItemAddedCallback
          Defines a callback method for notifying application when item is added to the Continuous Query result.
ContinuousQueryItemRemovedCallback
          Defines a callback method for notifying application when item is removed from the Continuous Query result.
ContinuousQueryItemUpdatedCallback
          Defines a callback method for notifying application when item is updated in the Continuous Query result.
DataSourceClearedCallback
           
DataSourceItemsAddedCallback
          Defines a callback method for notifying application when an item or items are added in data source.
DataSourceItemsRemovedCallback
           
DataSourceItemsUpdatedCallback
           
DataSourceOpResult
          /**
DSReadOption
          /**
DSWriteOption
          Describes the type of Parameters passed when performing an operation on Cache
LockHandle
          An instance of this class is used to lock and unlock the cache items in pessimistic concurrency model.
QueryChangeType
           
StreamMode
          Represents the modes for opening a cache stream.
StreamModes
           
TagComparisonType