Fiber
Fibers Lighweight Cooperative Multitasking
DelayedCache< T > Class Template Reference

Disposed does not recycle object immediately More...

Inheritance diagram for DelayedCache< T >:

Public Member Functions

void Dispose ()
 

Public Attributes

int Frames = 10
 How many Unity frames do we delay for (default 10) More...
 

Static Public Attributes

static T Instance => Cache<T>.Instance
 It behaves like Askowl.Cached from Able More...
 

Detailed Description

Disposed does not recycle object immediately

Type Constraints
T :DelayedCache<T> 

Definition at line 6 of file DelayedCache.cs.

Member Data Documentation

◆ Frames

int DelayedCache< T >.Frames = 10

◆ Instance

T DelayedCache< T >.Instance => Cache<T>.Instance
static

The documentation for this class was generated from the following file: