Click or drag to resize

BasePersistenceServiceTModel, TDbModelGetAdHocCacheKey Method

Get the ad-hoc cache key

Namespace: SanteDB.Persistence.Data.Services.Persistence
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
protected string GetAdHocCacheKey(
	Guid id
)

Parameters

id  Guid

[Missing <param name="id"/> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.BasePersistenceService`2.GetAdHocCacheKey(System.Guid)"]

Return Value

String

[Missing <returns> documentation for "M:SanteDB.Persistence.Data.Services.Persistence.BasePersistenceService`2.GetAdHocCacheKey(System.Guid)"]

See Also