 | MemoryAdhocCacheServiceExists Method |
Return true if the cache item exists in cache
Namespace: SanteDB.Caching.MemoryAssembly: SanteDB.Caching.Memory (in SanteDB.Caching.Memory.dll) Version: 3.0.2081-alpha+73f4bcede15fc876f30607896483d7d817ecc787
Syntaxpublic bool Exists(
string key
)
Public Function Exists (
key As String
) As Boolean
public:
virtual bool Exists(
String^ key
) sealed
abstract Exists :
key : string -> bool
override Exists :
key : string -> bool Parameters
- key String
[Missing <param name="key"/> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.Exists(System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Caching.Memory.MemoryAdhocCacheService.Exists(System.String)"]
Implements
IAdhocCacheServiceExists(String)
See Also