C# 클래스 Castle.Facilities.Cache.Manager.DefaultCacheKeyGenerator

Generates the key to retrieve/save objects from/to the cache.
상속: ICacheKeyGenerator
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

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