ISecureBlobCache interface¶
Defined in
Namespace: ReactiveMarbles.CacheDatabase.Core
Assembly: ReactiveMarbles.CacheDatabase.Core.dll
Full name: ReactiveMarbles.CacheDatabase.Core.ISecureBlobCache
Modifiers: public abstract
Summary¶
This interface indicates that the underlying BlobCache implementation
encrypts or otherwise secures its persisted content.
By implementing this interface, you must guarantee that the data
saved to disk cannot be easily read by a third party.
Applies to
netstandard2.0
Class hierarchy
classDiagram
class ISecureBlobCache
class IBlobCache {
<>
}
IBlobCache <|.. ISecureBlobCache
class IDisposable {
<>
}
IDisposable <|.. ISecureBlobCache
class IAsyncDisposable {
<>
}
IAsyncDisposable <|.. ISecureBlobCache
Implements: IBlobCache, IDisposable, IAsyncDisposable