Class LiteDbArtifactCache
Inherited Members
Namespace: Unity.Muse.Common.Cache
Assembly: solution.dll
Syntax
public class LiteDbArtifactCache : BaseArtifactCache
Methods
| Name | Description |
|---|---|
| Clear() | |
| Delete(Artifact) | |
| DeleteMany(IEnumerable<Artifact>) | |
| Dispose() | Dispose of the database so that it's content is saved to disk. |
| Initialize() | |
| IsInCache(Artifact) | |
| Prune() | |
| Read(Artifact) | |
| ReadRawData(Artifact) | |
| Write(Artifact, byte[]) |