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