An MRU cache (Most Recently Used).
В следующей таблице перечислены члены, предоставляемые типом MruSecurityTokenCache.
Открытый Конструкторы
Имя | Описание | |
---|---|---|
MruSecurityTokenCache | Перегружено. |
Открытый Поля
Имя | Описание | |
---|---|---|
DefaultTokenCacheSize |
Открытый Свойства
Имя | Описание | |
---|---|---|
MaximumSize | Gets the maximum size of the cache. | |
Owner | Sets the SecurityTokenHandler that owns the cache. (унаследовано от SecurityTokenCache) |
Открытый Методы (см. также Защищенный Методы)
Имя | Описание | |
---|---|---|
ClearEntries | Переписано. Clears the contents of the cache. | |
Equals | Перегружено. (унаследовано от Object) | |
GetHashCode | (унаследовано от Object) | |
GetType | (унаследовано от Object) | |
ReferenceEquals | (унаследовано от Object) | |
ToString | (унаследовано от Object) | |
TryAddEntry | Переписано. Adds an entry to the cache and returns a value that indicates if the operation was successful. | |
TryGetAllEntries | Переписано. Returns all the entries that match the given key. | |
TryGetEntry | Переписано. Returns a value that indicates if the specified key exists in the cache. Also if it exists, marks it as MRU. | |
TryRemoveAllEntries | Переписано. Deletes matching cache entries from the MruCache and returns a value that indicates whether any entry was deleted. | |
TryRemoveEntry | Переписано. Deletes the specified cache entry from the MruCache and returns a value that indicates whether the entry was deleted. | |
TryReplaceEntry | Переписано. Attempts to replace an existing entry in the cache with a new one. |
Защищенный Методы
Имя | Описание | |
---|---|---|
Finalize | (унаследовано от Object) | |
MemberwiseClone | (унаследовано от Object) |
См. также
© Корпорация Майкрософт (Microsoft Corporation), 2008.Все права защищены.