Class LRUCacheAllocationStrategy
Allocation strategy that uses internal pools of objects to avoid allocations that can trigger GC calls.
상속된 멤버
네임스페이스: UnityEngine.ResourceManagement.Util
어셈블리: solution.dll
구문
public class LRUCacheAllocationStrategy : IAllocationStrategy
생성자
이름 | 설명 |
---|---|
LRUCacheAllocationStrategy(int, int, int, int) | Create a new LRUAllocationStrategy objct. |
메서드
이름 | 설명 |
---|---|
New(Type, int) | Create a new object of type t. |
Release(int, object) | Release an object. |