C# Класс Cedar.Framework.Caching.DefaultCacheKeyGenerator

Наследование: ICacheKeyGenerator
Показать файл Открыть проект

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

Метод Описание
CreateCacheKey ( MethodBase method ) : string

Create a cache key for the given method and set of input arguments.

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

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

Create a cache key for the given method and set of input arguments.
public CreateCacheKey ( MethodBase method ) : string
method System.Reflection.MethodBase Method being called.
Результат string