←Select platform

SaveConfigurationValues Method

Summary

Saves the configuration of this cache object to the specified dictionary.

Syntax
C#
VB
C++
protected override void SaveConfigurationValues( 
   IDictionary<string, string> values 
) 
Protected Overrides Sub SaveConfigurationValues( 
   ByVal values As IDictionary(Of String, String) 
) 
protected:  
   virtual void SaveConfigurationValues( 
      IDictionary<String^, String^>^ values 
   ) override 

Parameters

values

Dictionary containing configuration key/item pairs.

Remarks

Refer to ObjectCache.CreateFromConfigurations for more information and an example on loading and saving cache object configurations.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.