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
-
Method Details
-
setSubject
Sets the subject for this node.- Parameters:
subject- The subject to set.
-
getSubject
T getSubject()- Returns:
- Returns the subject at this node.
-