Closed poke closed 3 years ago
The Instance property of Cache<T> should be static in order to access the property by its type.
Instance
Cache<T>
where T: new() also required for Create<> method as well as for Cache<> class.
where T: new()
Create<>
Cache<>
The
Instance
property ofCache<T>
should be static in order to access the property by its type.