CachedAssembly<T> Class
Definition
Section titled “Definition”A cached assembly.
public class CachedAssembly<T> where T : ICacheable
Type Parameters
Section titled “Type Parameters”T
Inheritance object
Properties
Section titled “Properties”CacheItems
Section titled “CacheItems”List of cached items inside the assembly.
public List<T> CacheItems { get; set; }
Hash of the assembly. Used to verify that the assembly hasn’t been changed.
public string Hash { get; set; }