←Select platform

CreateFromConfigurationsString Method

Summary

Creates an ObjectCache derived class from the configuration XML stored in a string.

Syntax
C#
C++/CLI
Python
public static ObjectCache CreateFromConfigurationsString( 
   string value, 
   IDictionary<string, string> additionalValues 
) 
public:  
   static ObjectCache^ CreateFromConfigurationsString( 
      String^ value, 
      IDictionary<String^, String^>^ additionalValues 
   ) 
def CreateFromConfigurationsString(self,value,IDictionary<string,additionalValues): 

Parameters

value

String containing configuration string.

additionalValues

Dictionary of key/item values containing optional values to use. additionalValues override any values with the same key found in value.

Return Value

The ObjectCache derived class created by this method if successful; Otherwise, null.

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.