Interface ICacheCreateHandle
-
- All Known Implementing Classes:
CacheManager.CacheCreateHandle
public interface ICacheCreateHandleThis is a handle created by the cache manager, which describes the current status of a cache lookup/create session.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsid
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getCriticalSectionNames()Get the critical section names.longgetLookupTime()Get create start time.java.lang.StringgetTransactionID()Get the transaction ID.
-
-
-
Field Detail
-
_rcsid
static final java.lang.String _rcsid
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCriticalSectionNames
java.lang.String[] getCriticalSectionNames()
Get the critical section names.- Returns:
- the critical section names.
-
getLookupTime
long getLookupTime()
Get create start time.- Returns:
- the time in milliseconds since epoch.
-
getTransactionID
java.lang.String getTransactionID()
Get the transaction ID.- Returns:
- the transaction ID.
-
-