|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheSyncDependency | |
---|---|
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 CacheSyncDependency in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching that return CacheSyncDependency | |
---|---|
CacheSyncDependency |
CacheItem.getCacheSyncDependency()
The cache key dependencies for the item. |
Methods in com.alachisoft.ncache.web.caching with parameters of type CacheSyncDependency | |
---|---|
boolean |
Cache.addDependency(java.lang.String key,
CacheSyncDependency dep)
Add CacheSyncDependency to the cache item. |
void |
CacheItem.setCacheSyncDependency(CacheSyncDependency syncDependency)
The cache key dependencies for the item. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |