C# Class Castle.Facilities.Cache.Manager.DefaultCacheKeyGenerator

Generates the key to retrieve/save objects from/to the cache.
Inheritance: ICacheKeyGenerator
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
GenerateKey ( IInvocation invocation ) : string

Generates the key for a cache entry.

Method Details

GenerateKey() public method

Generates the key for a cache entry.
public GenerateKey ( IInvocation invocation ) : string
invocation IInvocation the description of an invocation to the intercepted method.
return string