|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LockHandle | |
---|---|
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 LockHandle in com.alachisoft.ncache.web.caching |
---|
Methods in com.alachisoft.ncache.web.caching with parameters of type LockHandle | |
---|---|
void |
Cache.delete(java.lang.String key,
LockHandle lockHandle)
Removes an item from cache if it is not already locked or if the correct lock-id is specified. |
java.lang.Object |
Cache.get(java.lang.String key,
TimeSpan lockTimeout,
LockHandle lockHandle,
boolean acquireLock)
Retrieves the specified item from the Cache object if it is not already locked. |
CacheItem |
Cache.getCacheItem(java.lang.String key,
TimeSpan lockTimeout,
LockHandle lockHandle,
boolean acquireLock)
Get the cache item stored in cache. |
CacheItemVersion |
Cache.insert(java.lang.String key,
CacheItem item,
LockHandle lockHandle,
boolean releaseLock)
|
boolean |
Cache.lock(java.lang.String key,
TimeSpan lockTimeout,
LockHandle lockHandle)
Acquire a lock on an item in cache. |
java.lang.Object |
Cache.remove(java.lang.String key,
LockHandle lockHandle)
Removes an item from cache if it is not already locked or if the correct lock-id is specified. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |