| MemoryCacheServiceExistsT Method |
Determines if the object exists
Namespace:
SanteDB.Caching.Memory
Assembly:
SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.481-alpha
Syntax public bool Exists<T>(
Guid id
)
where T : IdentifiedData
Public Function Exists(Of T As IdentifiedData) (
id As Guid
) As Boolean
public:
generic<typename T>
where T : IdentifiedData
virtual bool Exists(
Guid id
) sealed
abstract Exists :
id : Guid -> bool when 'T : IdentifiedData
override Exists :
id : Guid -> bool when 'T : IdentifiedData
Parameters
- id
- Type: SystemGuid
[Missing <param name="id"/> documentation for "M:SanteDB.Caching.Memory.MemoryCacheService.Exists``1(System.Guid)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:SanteDB.Caching.Memory.MemoryCacheService.Exists``1(System.Guid)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:SanteDB.Caching.Memory.MemoryCacheService.Exists``1(System.Guid)"]
Implements
IDataCachingServiceExistsTData(Guid)See Also