public interface ICacheHandle
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_rcsid |
| Modifier and Type | Method and Description |
|---|---|
StringSet |
getInvalidationKeys()
Get the invalidation keys.
|
ICacheDescription[] |
getObjectDescriptions()
Get the set of object descriptions.
|
java.lang.String[] |
getReadLockStrings()
Get the read lock strings.
|
java.lang.String |
getTransactionID()
Get the transaction ID.
|
java.lang.String[] |
getWriteLockStrings()
Get the write lock strings.
|
static final java.lang.String _rcsid
java.lang.String[] getReadLockStrings()
java.lang.String[] getWriteLockStrings()
ICacheDescription[] getObjectDescriptions()
StringSet getInvalidationKeys()
java.lang.String getTransactionID()