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.481-alpha
Syntax
public void Add(
	IdentifiedData data
)

Parameters

data
Type: SanteDB.Core.ModelIdentifiedData

[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