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

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

Methods in com.alachisoft.ncache.web.caching that return Cache
 Cache CacheCollection.getCache(java.lang.String cacheId)
           
static Cache NCache.initializeCache(java.lang.String cacheId)
          Initializes the cache based on the cacheid.
static Cache NCache.initializeCache(java.lang.String cacheId, CacheInitParams initParams)
           
static Cache NCache.initializeCache(java.lang.String cacheId, SecurityParams primary, SecurityParams secondary)
          Initializes the cache represente by the cache id.
static Cache NCache.initializeCache(java.lang.String cacheId, java.lang.String clientCacheId)
          Initializes the cache represented by the cache id.
static Cache NCache.initializeCache(java.lang.String cacheId, java.lang.String server, int port)
          Initializes the cache represente by the cache id.
static Cache NCache.initializeCache(java.lang.String cacheId, java.lang.String server, int port, boolean balanceNodes)
          Initializes the cache represent by the cache id.
static Cache NCache.initializeCache(java.lang.String cacheId, java.lang.String server, int port, SecurityParams primary, SecurityParams secondary)
          Initializes the cache represented by the cache id.
 Cache CacheCollection.removeCache(java.lang.String cacheId)
           
 

Methods in com.alachisoft.ncache.web.caching that return types with arguments of type Cache
 java.util.Iterator<Cache> CacheCollection.iterator()
           
 

Methods in com.alachisoft.ncache.web.caching with parameters of type Cache
 void CacheCollection.addCache(java.lang.String cacheId, Cache c)