 | RedisAdhocCacheExists Method |
Returns true if key exists in the cache
Namespace: SanteDB.Caching.RedisAssembly: SanteDB.Caching.Redis (in SanteDB.Caching.Redis.dll) Version: 3.0.2081-alpha+ce906ccc8091ff0a3c40d1fff3e2485e75a86c5b
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.Redis.RedisAdhocCache.Exists(System.String)"]
Return Value
Boolean[Missing <returns> documentation for "M:SanteDB.Caching.Redis.RedisAdhocCache.Exists(System.String)"]
Implements
IAdhocCacheServiceExists(String)
See Also