Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
R
raiseCustomEvent(Object, Object)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Raises a custom event.
read(byte[], int, int)
- Method in class com.alachisoft.ncache.web.caching.
CacheStream
Reads a sequence of bytes from the current stream and advances the position within the stream by the number of bytes read.
read()
- Method in class com.alachisoft.ncache.web.caching.
InputCacheStream
read(byte[], int, int)
- Method in class com.alachisoft.ncache.web.caching.
InputCacheStream
ReadThruProvider
- Interface in
com.alachisoft.ncache.runtime.datasourceprovider
register(ContinuousQuery)
- Static method in class com.alachisoft.ncache.web.caching.
ContinuousQueryManager
registerAddNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Add operation notification with the server.
RegisterAddNotification(ContinuousQueryItemAddedCallback)
- Method in class com.alachisoft.ncache.web.caching.
ContinuousQuery
registerCacheStoppedNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Register the cache stopped event with the server.
registerClearNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Clear operation notification with the server.
registerCQ(ContinuousQuery)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the notifications based on the specified ContinuousQuery.
registerCustomNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Clear operation notification with the server.
registerInsertNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Insert operation notification with the server.
registerKeyNotificationCallback(String, CacheItemUpdatedCallback, CacheItemRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the CacheItemUpdatedCallback and/or CacheItemRemovedCallback for the specified key.
registerKeyNotificationCallback(String[], CacheItemUpdatedCallback, CacheItemRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the CacheItemUpdatedCallback and/or CacheItemRemovedCallback for the list of specified keys.
registerMemberJoinedNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Member Joined notification with the server.
registerMemberLeftNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Member Left notification with the server.
registerRemoveNotification()
- Method in class com.alachisoft.ncache.web.caching.
Cache
Registers the Remove operation notification with the server.
RegisterRemoveNotification(ContinuousQueryItemRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
ContinuousQuery
RegisterUpdateNotification(ContinuousQueryItemUpdatedCallback)
- Method in class com.alachisoft.ncache.web.caching.
ContinuousQuery
RELEASE
- Static variable in class com.alachisoft.ncache.web.caching.
LockAccessType
Indicates that lock is to be released
remove(String)
- Method in class com.alachisoft.ncache.runtime.caching.
NamedTagsDictionary
remove value against the key from tags dictionary
remove(String)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the object from the Cache.
remove(String, CacheItemVersion)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes an item from cache if the specified version is still the most recent version in the cache.
remove(String, LockHandle)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes an item from cache if it is not already locked or if the correct lock-id is specified.
remove(String, DSWriteOption, String, DataSourceItemsRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the object from the Cache.
remove(String, DSWriteOption, DataSourceItemsRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the object from the Cache.
REMOVE
- Static variable in class com.alachisoft.ncache.web.caching.
CustomEventCallback
User specified only remove callback.
removeAsync(String, AsyncItemRemovedCallback, DSWriteOption, DataSourceItemsRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the object from the Cache.
removeAsync(String, AsyncItemRemovedCallback, DSWriteOption, String, DataSourceItemsRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the object from the Cache.
removeBulk(String[], DSWriteOption, DataSourceItemsRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the objects from the Cache.
removeBulk(String[], DSWriteOption, String, DataSourceItemsRemovedCallback)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the objects from the Cache.
removeByAllTags(Tag[])
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the cached objects that have all of the same tags in common.
removeByAnyTag(Tag[])
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the cached objects that have any of the same tags in common.
removeByTag(Tag)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the cached objects that have the specified tag.
removeCache(String)
- Method in class com.alachisoft.ncache.web.caching.
CacheCollection
removeCacheEventListener(CacheListener)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the specified Cache listener so that it no longer receives cache events from this cache.
removeClusterEventListener(CustomListener)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the specified cluster listener so that it no longer receives cache events from this cache.
removeCustomEventListener(CustomListener)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Removes the specified custom listener so that it no longer receives cache events from this cache.
removeFromSource(String)
- Method in interface com.alachisoft.ncache.runtime.datasourceprovider.
WriteThruProvider
removeFromSource(String[])
- Method in interface com.alachisoft.ncache.runtime.datasourceprovider.
WriteThruProvider
removeGroupData(String, String)
- Method in class com.alachisoft.ncache.web.caching.
Cache
Remove the group from cache.
ResolutionAction
- Enum in
com.alachisoft.ncache.runtime.bridge
/**
resolve(ProviderBridgeItem, ProviderBridgeItem)
- Method in interface com.alachisoft.ncache.runtime.bridge.
BridgeConflictResolver
Perform tasks like Conflict Resolution between different cache and bridge operation.
run()
- Method in class com.alachisoft.ncache.web.caching.
ContinuousQueryItemAddedNotifier
run()
- Method in class com.alachisoft.ncache.web.caching.
ContinuousQueryItemRemovedNotifier
run()
- Method in class com.alachisoft.ncache.web.caching.
ContinuousQueryItemUpdatedNotifier
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W