Interface IWrappedBlobCache
- Namespace
- Akavache
- Assembly
- Akavache.dll
Exposes the underlying blob cache used by a secure-cache wrapper.
public interface IWrappedBlobCache
- Extension Methods
Properties
InnerCache
Gets the underlying blob cache.
IBlobCache InnerCache { get; }