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()
public void Dispose()
~CacheManager()
protected ~CacheManager()