Class FastReflectionCache<TKey, TValue>
Inheritance
System.Object
FastReflectionCache<TKey, TValue>
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public abstract class FastReflectionCache<TKey, TValue> : Object, IFastReflectionCache<TKey, TValue>
Type Parameters
Constructors
FastReflectionCache()
Declaration
protected FastReflectionCache()
Methods
Create(TKey)
Declaration
protected abstract TValue Create(TKey key)
Parameters
Type |
Name |
Description |
TKey |
key |
|
Returns
Get(TKey)
Declaration
public TValue Get(TKey key)
Parameters
Type |
Name |
Description |
TKey |
key |
|
Returns
Implements
Extension Methods