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()
kind:method, kind:property, kind:ctor. Press Esc to clear.NewInstance()Performs the new instance operation.