←Select platform

SaveConfigurationValues Method

Summary

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

Syntax
C#
C++/CLI
Python
protected override void SaveConfigurationValues( 
   IDictionary<string, string> values 
) 
protected:  
   virtual void SaveConfigurationValues( 
      IDictionary<String^, String^>^ values 
   ) override 
def SaveConfigurationValues(self,IDictionary<string,values): 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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