Class CacheFile
- Namespace
- The.Caching.Storage
- Assembly
- Instagile.dll
public class CacheFile : VersionedObject
- Inheritance
-
CacheFile
- Inherited Members
-
Constructors
CacheFile()
Fields
FileExtension
public const string FileExtension = "theCache"
Field Value
- string
ManyEntries
public Dictionary<Guids, Rows> ManyEntries
Field Value
- Dictionary<Guids, Rows>
OneEntries
public Dictionary<Guid, Row> OneEntries
Field Value
- Dictionary<Guid, Row>
Properties
AllBlob
public CacheFileBlob AllBlob { get; set; }
Property Value
- CacheFileBlob
OneBlob
public CacheFileBlob OneBlob { get; set; }
Property Value
- CacheFileBlob
UpdatedAt
public required DateTimeOffset UpdatedAt { get; set; }
Property Value
- DateTimeOffset
ViewBlob
public CacheFileBlob ViewBlob { get; set; }
Property Value
- CacheFileBlob
Methods
AfterLoad()
public override void AfterLoad()
BeforeSave()
public override void BeforeSave()