Creates an ObjectCache derived class from the configuration XML stored in a string.
public static ObjectCache CreateFromConfigurationsString(string value,IDictionary<string, string> additionalValues)
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.
The ObjectCache derived class created by this method if successful; Otherwise, null.
Refer to ObjectCache.CreateFromConfigurations for more information and an example on loading and saving cache object configurations.