Interface ICacheCreateHandle

  • All Known Implementing Classes:
    CacheManager.CacheCreateHandle

    public interface ICacheCreateHandle
    This is a handle created by the cache manager, which describes the current status of a cache lookup/create session.
    • 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.