IStorage.Remove method (1 of 2)
Remove cache.
public void Remove(string key)
parameter | description |
---|---|
key | Cache key |
See Also
- interface IStorage
- namespace Autodesk.DataExchange.Core.Interface
IStorage.Remove method (2 of 2)
Remove cache.
public void Remove(string key, string group)
parameter | description |
---|---|
key | Cache key |
group | cache grouped under the group name(folder) |
See Also
- interface IStorage
- namespace Autodesk.DataExchange.Core.Interface