C# Класс Castle.Facilities.Cache.Manager.MemoryCacheManager

Description résumée de MemoryCache.
Наследование: ICacheManager
Показать файл Открыть проект

Открытые методы

Метод Описание
Clear ( ) : void

Clears all elements from the cache.

MemoryCacheManager ( ) : System.Collections
this ( object key ) : object

Adds an item with the specified key and value into cached data. Gets a cached object with the specified key.

Описание методов

Clear() публичный Метод

Clears all elements from the cache.
public Clear ( ) : void
Результат void

MemoryCacheManager() публичный Метод

public MemoryCacheManager ( ) : System.Collections
Результат System.Collections

this() публичный Метод

Adds an item with the specified key and value into cached data. Gets a cached object with the specified key.
public this ( object key ) : object
key object
Результат object