|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheStream | |
---|---|
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 CacheStream in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return CacheStream | |
---|---|
CacheStream |
Cache.getCacheStream(java.lang.String key,
StreamMode streamMode)
Get Cache Stream based on mode. |
CacheStream |
Cache.getCacheStream(java.lang.String key,
StreamMode streamMode,
CacheItemPriority priority)
Gets an instance of the CacheStream class. |
CacheStream |
Cache.getCacheStream(java.lang.String key,
StreamMode streamMode,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Get Cache Stream based on mode. |
CacheStream |
Cache.getCacheStream(java.lang.String key,
java.lang.String group,
java.lang.String subGroup,
StreamMode streamMode,
CacheDependency dependency,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Get Cache Stream based on mode. |
CacheStream |
Cache.getCacheStream(java.lang.String key,
java.lang.String group,
java.lang.String subgroup,
StreamMode streamMode,
CacheItemPriority priority)
Gets an instance of the CacheStream class. |
CacheStream |
Cache.getCacheStream(java.lang.String key,
java.lang.String group,
java.lang.String subgroup,
StreamMode streamMode,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Gets an instance of the CacheStream class. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |