Table of Contents

Class CacheManager

Namespace
OmegaEngine.Assets
Assembly
OmegaEngine.dll

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

public sealed class CacheManager : IDisposable
Inheritance
CacheManager
Implements
Inherited Members
Extension Methods

Methods

Clean()

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

public void Clean()

Dispose()

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

public void Dispose()

~CacheManager()

protected ~CacheManager()

See Also