Class EphemeralLayoutCache<T1, T2>
NOTE: the Key (T1) must never be a struct - or else all requests will return 'cache hit' with an empty value
Namespace: NinjaTools.FlexBuilder.LayoutAlgorithms
Assembly: cs.temp.dll.dll
Syntax
public class EphemeralLayoutCache<T1, T2>
Type Parameters
Name | Description |
---|---|
T1 | |
T2 |
Constructors
- (void) EphemeralLayoutCache()
- (void)
EphemeralLayoutCache(IEqualityComparer)
Parameters
IEqualityComparer<T1> | comparer |