|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamMode | |
---|---|
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 StreamMode in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return StreamMode | |
---|---|
static StreamMode |
StreamMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StreamMode[] |
StreamMode.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 StreamMode | |
---|---|
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 |