Returns the single instance of this cache type, creating one if none exists.
static HandleCache<T> GetOrCreateInstance( ); |
The function returns a pointer to the single instance of the
cache for type T
. If no instance yet exists, then
a cache of type HandleCache<T>
is created.
Header: rtdhandles.h