Click or drag to resize

RedisAdhocCacheAddT Method

Add the specified object to the cache

Namespace: SanteDB.Caching.Redis
Assembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
Syntax
public void Add<T>(
	string key,
	T value,
	TimeSpan? timeout = null
)

Parameters

key  String
The key to assign the cache
value  T
The value to store in the cache
timeout  NullableTimeSpan  (Optional)
The timeout for the object validity

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:SanteDB.Caching.Redis.RedisAdhocCache.Add``1(System.String,``0,System.Nullable{System.TimeSpan})"]

Implements

IAdhocCacheServiceAddT(String, T, NullableTimeSpan)
See Also