Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class > GetCacheItem Method : GetCacheItem(String,String) Method |
public override CacheItem GetCacheItem( string key, string regionName )
'Declaration
Public Overloads Overrides Function GetCacheItem( _ ByVal key As String, _ ByVal regionName As String _ ) As CacheItem
'Usage
Dim instance As FileCache Dim key As String Dim regionName As String Dim value As CacheItem value = instance.GetCacheItem(key, regionName)
public: CacheItem^ GetCacheItem( String^ key, String^ regionName ) override