| 
				   
                             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 : Add Method | 
| Overload | Description | 
|---|---|
| Add(CacheItem,CacheItemPolicy) | Adds a new item into the cache using the default region     | 
| Add(String,Object,CacheItemPolicy,String) | Adds a new item into the cache using the specified region name     | 
| Add(String,Object,DateTime,String) | Adds a new item into the cache using the specified absolute expiration data and region name     | 
| Add<T>(CacheItem<T>,CacheItemPolicy) | Adds a new item into the cache using the default region. ![]()     | 
| Add<T>(String,T,CacheItemPolicy,String) | Adds a new item into the cache using the specified region name. ![]()     | 
| Add<T>(String,T,DateTime,String) | Adds a new item into the cache using the specified absolute expiration data and region name. ![]()     |