InterfaceICacheStorage
Interface
Represents the CacheStorage interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public interface ICacheStorage
Methods
Load(string)
Loads file from a cache.
LoadAsync(string, Action<byte[]>)
Loads file from a cache.
Save(string, DateTime, byte[])
Saves file to a cache.