Interface IObjectInfo<T>

All Known Subinterfaces:
IEntryCacheInfo
All Known Implementing Classes:
BlobStoreRefEntryCacheInfo, EvictableEntryCacheInfo, ExternallyLockedStoredList.ObjectInfo, MemoryBasedEntryCacheInfo, MultiValueIndexBackref, MVCCEntryCacheInfo, MVCCShellEntryCacheInfo, TemplateCacheInfo

public interface IObjectInfo<T>
Information node in a StoredList
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    setSubject(T subject)
    Sets the subject for this node.
  • Method Details

    • setSubject

      void setSubject(T subject)
      Sets the subject for this node.
      Parameters:
      subject - The subject to set.
    • getSubject

      T getSubject()
      Returns:
      Returns the subject at this node.