Interface ICachingProxyFactoryConfigurator
Factory for creating caching proxies that intercept method calls and cache their results.
Inherited Members
Namespace: PoeShared.Caching
Assembly: PoeShared.dll
Syntax
public interface ICachingProxyFactoryConfigurator : ICachingProxyFactory
Methods
Name | Description |
---|---|
SetupTimeToLive<T>(TimeSpan) | Sets the time-to-live for the caching proxy of the specified type. |