Interface ICachingProxyFactory
Factory for creating caching proxies that intercept method calls and cache their results.
Namespace: PoeShared.Caching
Assembly: PoeShared.dll
Syntax
public interface ICachingProxyFactory
Methods
Name | Description |
---|---|
GetOrCreate<T>() | Retrieves or creates a caching proxy for the specified type. |