Class ScopedCache<T>
Special class to cache/buffer some information for the lifetime of the scope.
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public class ScopedCache<T> where T : class, new()
Type Parameters
T
- Inheritance
-
objectScopedCache<T>
Remarks
Initially introduced to cache ToolbarButtonDecorators, but could be used for anything.
Fields
Cache
public T Cache
Field Value
- T