IStorage.Get method (1 of 2)t>
To get cache.
public T Get<T>(string key)
parameter | description |
---|---|
T | Type of cache |
key | Cache key |
Return Value
Instance of cache
See Also
- interface IStorage
- namespace Autodesk.DataExchange.Core.Interface
IStorage.Get<T> method (2 of 2)
To get cache.
public T Get<T>(string key, string group)
parameter | description |
---|---|
T | Type of cache |
key | Cache key |
group | cache grouped under the group name(folder) |
Return Value
Instance of cache
See Also
- interface IStorage
- namespace Autodesk.DataExchange.Core.Interface