C# 클래스 Cedar.Framework.Caching.DefaultCacheKeyGenerator

상속: ICacheKeyGenerator
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
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