DefaultObjectCache Class

Definition

A default object cache that expect the type to provide a parameter less constructor

public abstract class DefaultObjectCache<T> : ObjectCache<T> where T : class, new()

Type parameters

T
The type of item to cache
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Methods (1)