←Select platform

Add Method (ObjectCache)

Summary

Adds a new item into the cache using the specified absolute expiration data and region name

Overload List
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.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly