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

Generates the key to retrieve/save objects from/to the cache.
Наследование: ICacheKeyGenerator
Показать файл Открыть проект

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

Метод Описание
GenerateKey ( IInvocation invocation ) : string

Generates the key for a cache entry.

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

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

Generates the key for a cache entry.
public GenerateKey ( IInvocation invocation ) : string
invocation IInvocation the description of an invocation to the intercepted method.
Результат string