ObjectCache Class

Definition

A simple object recycling system.

public abstract class ObjectCache<T>
    where T : class

Type parameters

T
Type of the object to cache
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Methods (5)