Click or drag to resize

MemoryAdhocCacheServiceAddT Method

Add the specified data to the cache

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

Parameters

key
Type: SystemString

[Missing <param name="key"/> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.Add``1(System.String,``0,System.Nullable{System.TimeSpan})"]

value
Type: T

[Missing <param name="value"/> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.Add``1(System.String,``0,System.Nullable{System.TimeSpan})"]

timeout (Optional)
Type: SystemNullableTimeSpan

[Missing <param name="timeout"/> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.Add``1(System.String,``0,System.Nullable{System.TimeSpan})"]

Type Parameters

T

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

Implements

IAdhocCacheServiceAddT(String, T, NullableTimeSpan)
See Also