Skip to content

CachedAssembly<T> Class

A cached assembly.

C#
public class CachedAssembly<T> where T : ICacheable

T

Inheritance object

List of cached items inside the assembly.

C#
public List<T> CacheItems { get; set; }

Hash of the assembly. Used to verify that the assembly hasn’t been changed.

C#
public string Hash { get; set; }