C# Class Cedar.Framework.Caching.DefaultCacheKeyGenerator

Inheritance: ICacheKeyGenerator
Show file Open project: Chinaccn/surfboard

Public Methods

Method Description
CreateCacheKey ( MethodBase method ) : string

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

Method Details

CreateCacheKey() public method

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.
return string