←Select platform

Set Method (ObjectCache)

Summary

Adds a key/value pair item into the cache with the specified absolute expiration date.

Overload List
Overload Description
Set(cacheitem,cacheitempolicy) Adds an item into the cache.
Set(string,object,cacheitempolicy,string) Adds a key/value pair item into the cache.
Set(string,object,datetime,string) Adds a key/value pair item into the cache with the specified absolute expiration date.
Set<T>(cacheitem<t>,cacheitempolicy) Adds an item into the cache.
Set<T>(string,t,cacheitempolicy,string) Adds a key/value pair item into the cache.
Set<T>(string,t,datetime,string) Adds a key/value pair item into the cache with the specified absolute expiration date.
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