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 > AddOrGetExisting Method : AddOrGetExisting(CacheItem,CacheItemPolicy) Method |
public override CacheItem AddOrGetExisting( CacheItem value, CacheItemPolicy policy )
'Declaration
Public Overloads Overrides Function AddOrGetExisting( _ ByVal value As CacheItem, _ ByVal policy As CacheItemPolicy _ ) As CacheItem
'Usage
Dim instance As FileCache Dim value As CacheItem Dim policy As CacheItemPolicy Dim value As CacheItem value = instance.AddOrGetExisting(value, policy)
public: CacheItem^ AddOrGetExisting( CacheItem^ value, CacheItemPolicy^ policy ) override