Class BaseArtifactCache
Inherited Members
Namespace: Unity.Muse.Common
Assembly: solution.dll
Syntax
public abstract class 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[]) |