|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheItemPriority | |
---|---|
com.alachisoft.ncache.runtime | |
com.alachisoft.ncache.runtime.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. |
Uses of CacheItemPriority in com.alachisoft.ncache.runtime |
---|
Methods in com.alachisoft.ncache.runtime that return CacheItemPriority | |
---|---|
static CacheItemPriority |
CacheItemPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CacheItemPriority[] |
CacheItemPriority.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of CacheItemPriority in com.alachisoft.ncache.runtime.caching |
---|
Methods in com.alachisoft.ncache.runtime.caching that return CacheItemPriority | |
---|---|
CacheItemPriority |
ProviderCacheItem.getItemPriority()
|
Methods in com.alachisoft.ncache.runtime.caching with parameters of type CacheItemPriority | |
---|---|
void |
ProviderCacheItem.setItemPriority(CacheItemPriority itemPriority)
|
Uses of CacheItemPriority in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return CacheItemPriority | |
---|---|
CacheItemPriority |
CacheItem.getPriority()
The relative cost of the object, as expressed by the enumeration. |
Methods in com.alachisoft.ncache.web.caching with parameters of type CacheItemPriority | |
---|---|
CacheItemVersion |
Cache.add(java.lang.String key,
java.lang.Object value,
CacheDependency dependency,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Adds the specified item to the Cache object with dependencies, expiration and priority policies, and a delegate you can use to notify your application when the inserted item is removed from the Cache. |
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. |
CacheItemVersion |
Cache.insert(java.lang.String key,
java.lang.Object value,
CacheDependency dependency,
java.util.Date absoluteExpiration,
TimeSpan slidingExpiration,
CacheItemPriority priority)
Inserts an object into the Cache with dependencies and expiration policies. |
void |
CacheItem.setPriority(CacheItemPriority priority)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |