'Declaration Public Overrides Function Contains( _ ByVal key As System.String, _ Optional ByVal regionName As System.String _ ) As System.Boolean
'Usage Dim instance As BaseDatabaseCacheProvider Dim key As System.String Dim regionName As System.String Dim value As System.Boolean value = instance.Contains(key, regionName)
public override System.bool Contains( System.string key, System.string regionName )
public: System.bool Contains( System.string* key, System.string* regionName ) override
public: System.bool Contains( System.String^ key, System.String^ regionName ) override
Parameters
- key
- A unique cache key
- regionName
- Optional. A named region in the cache where the cache item can be found. The default value for the optional parameter is Default