CacheKeyType, ValueTypeAdd Method |
Adds the specified key-value pair to the cache.
Namespace:
Demo3D.Visuals.KJE
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic void Add(
KeyType key,
ValueType value
)
Parameters
- key
- Type: KeyType
The key. - value
- Type: ValueType
The value.
See Also