Открытый Методы (см. также Защищенный Методы)

  Имя Описание
public method ClearEntries Переписано. Clears the contents of the cache.
public method Equals  Перегружено. (унаследовано от Object)
public method GetHashCode  (унаследовано от Object)
public method GetType  (унаследовано от Object)
public methodstatic ReferenceEquals  (унаследовано от Object)
public method ToString  (унаследовано от Object)
public method TryAddEntry Переписано. Adds an entry to the cache and returns a value that indicates if the operation was successful.
public method TryGetAllEntries Переписано. Returns all the entries that match the given key.
public method TryGetEntry Переписано. Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU.
public method TryRemoveAllEntries Переписано. Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted.
public method TryRemoveEntry Переписано. Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted.
public method TryReplaceEntry Переписано. Attempts to replace an existing entry in the cache with a new one.

Защищенный Методы

  Имя Описание
protected method Finalize  (унаследовано от Object)
protected method MemberwiseClone  (унаследовано от Object)

См. также




© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.