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