Click or drag to resize

RedisCacheServiceAdd Method

Add an object to the REDIS cache

Namespace: SanteDB.Caching.Redis
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public void Add(
	IdentifiedData data
)

Parameters

data  IdentifiedData

[Missing <param name="data"/> documentation for "M:SanteDB.Caching.Redis.RedisCacheService.Add(SanteDB.Core.Model.IdentifiedData)"]

Implements

IDataCachingServiceAdd(IdentifiedData)
Remarks
Serlializes data into XML and then persists the result in a configured REDIS cache.
See Also