OmegaEngine API  1.0.3
Public Member Functions | List of all members
OmegaEngine.Assets.CacheManager Class Reference

Keeps a cache of Assets that have been loaded and provides type-safe access to them. More...

Inheritance diagram for OmegaEngine.Assets.CacheManager:

Public Member Functions

void Clean ()
 Removes all Assets from the cache that have no references any more. More...
 
void Dispose ()
 Calls Clean and then checks if any Asset was not released. More...
 

Detailed Description

Keeps a cache of Assets that have been loaded and provides type-safe access to them.

See also
Engine.Cache

Member Function Documentation

◆ Clean()

void OmegaEngine.Assets.CacheManager.Clean ( )
inline

Removes all Assets from the cache that have no references any more.

◆ Dispose()

void OmegaEngine.Assets.CacheManager.Dispose ( )
inline

Calls Clean and then checks if any Asset was not released.


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