Class CachedAssembly<T>
A cached assembly.
Namespace: BepInEx.Bootstrap
Assembly: BepInEx.dll
Syntax
public class CachedAssembly<T>
where T : ICacheable
Type Parameters
Name | Description |
---|---|
T |
Properties
List of cached items inside the assembly.
Declaration
public List<T> CacheItems { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T> |
Timestamp of the assembly. Used to check the age of the cache.
Declaration
public long Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |