Interface ICachingProxyFactory<T>
Factory for creating caching proxies that intercept method calls and cache their results.
Inherited Members
Namespace: PoeShared.Caching
Assembly: PoeShared.dll
Syntax
public interface ICachingProxyFactory<out T> : IFactory<T>
Type Parameters
Name | Description |
---|---|
T |