The DeviceAtlas DeviceApi documentation
|
Cache interface for the DeviceAtlas APIs. More...
Inherited by PropertiesCache.
Public Member Functions | |
void | Put (string key, Properties properties) |
Add properties to the cache More... | |
Properties | Get (string key) |
Retrieve properties from the cache More... | |
Cache interface for the DeviceAtlas APIs.
Properties Com.DeviceAtlas.Device.Cache.Get | ( | string | key | ) |
Retrieve properties from the cache
key |
void Com.DeviceAtlas.Device.Cache.Put | ( | string | key, |
Properties | properties | ||
) |
Add properties to the cache
key | |
properties |