The resource class. Allows to be collected as a garbage if not use for some time or ticks
CacheEntry
Bitmap, HTML5Audio, WebAudio - whatever you want to store in the cache
Allocates the resource
frees the resource
Sets the time to live
TTL in ticks, 0 if not set
makes sure that resource wont freed by Time To Live if resource was already freed by TTL, put it in cache again
Generated using TypeDoc
The resource class. Allows to be collected as a garbage if not use for some time or ticks
CacheEntry