IStorage.Add method (1 of 2)
Add cache.
public void Add(string key, object value)
parameter | description |
---|---|
key | Cache key |
value | Cache |
See Also
- interface IStorage
- namespace Autodesk.DataExchange.Core.Interface
IStorage.Add method (2 of 2)
Add cache.
public void Add(string key, object value, string group, bool markForUpdate = false)
parameter | description |
---|---|
key | Cache key |
value | Cache value |
group | cache grouped under the group name(folder) |
markForUpdate | Flag for cache update |
See Also
- interface IStorage
- namespace Autodesk.DataExchange.Core.Interface