The DeviceAtlas DeviceApi documentation
Public Member Functions | List of all members
Com.DeviceAtlas.Device.Cache Interface Reference

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...
 

Detailed Description

Cache interface for the DeviceAtlas APIs.

Author
DeviceAtlas Limited

Member Function Documentation

◆ Get()

Properties Com.DeviceAtlas.Device.Cache.Get ( string  key)

Retrieve properties from the cache

Parameters
key
Returns

◆ Put()

void Com.DeviceAtlas.Device.Cache.Put ( string  key,
Properties  properties 
)

Add properties to the cache

Parameters
key
properties

The documentation for this interface was generated from the following file: