[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Query result data cache implementation that uses a least-recently-used algorithm to store and evict query results.

The following tables list the members exposed by the DataCacheLRUImpl type.

Public Methods

  NameDescription
Equals (Inherited from Object.)
GetCached
Retrieves an entry from the cache. The retrieved entry becomes the MRU (most recently used) entry.

GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
PutCached
Adds an entry to this cache. If the cache is full, the LRU (least recently used) entry is dropped.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)