An MRU cache (Most Recently Used).

В следующей таблице перечислены члены, предоставляемые типом MruSecurityTokenCache.

Открытый Конструкторы

  Имя Описание
MruSecurityTokenCache Перегружено.  
Вверх

Открытый Поля

  Имя Описание
public fieldstatic DefaultTokenCacheSize  
Вверх

Открытый Свойства

  Имя Описание
public property MaximumSize Gets the maximum size of the cache.
public property Owner  Sets the SecurityTokenHandler that owns the cache. (унаследовано от SecurityTokenCache)
Вверх

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

  Имя Описание
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.Все права защищены.