NET Caching Library Help
GetKeys Method (BaseDatabaseCacheProvider)




KellermanSoftware.NetCachingLibrary.CacheProviders Namespace > BaseDatabaseCacheProvider Class : GetKeys Method
Optional. A named region in the cache. The default value for the optional parameter is Default
Get the cache keys for the specified region.
Syntax
'Declaration
 
Public Overrides Function GetKeys( _
   Optional ByVal regionName As System.String _
) As System.Collections.Generic.IEnumerable(Of String)
'Usage
 
Dim instance As BaseDatabaseCacheProvider
Dim regionName As System.String
Dim value As System.Collections.Generic.IEnumerable(Of String)
 
value = instance.GetKeys(regionName)
public override System.Collections.Generic.IEnumerable<string> GetKeys( 
   System.string regionName
)
public: System.Collections.Generic.IEnumerable<string*>* GetKeys( 
   System.string* regionName
) override 
public:
System.Collections.Generic.IEnumerable<String^>^ GetKeys( 
   System.String^ regionName
) override 

Parameters

regionName
Optional. A named region in the cache. The default value for the optional parameter is Default

Return Value

A list of keys
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseDatabaseCacheProvider Class
BaseDatabaseCacheProvider Members