C# Class Cedar.Framework.Caching.DefaultCacheKeyGenerator

Inheritance: ICacheKeyGenerator
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
CreateCacheKey ( MethodBase method ) : string

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

Method Details

CreateCacheKey() public méthode

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.
Résultat string