Leadtools.Caching Assembly Changes (original) (raw)

Leadtools.Caching.CacheItemPolicy.IsInfinite

Indicates that this policy is infinite.

Leadtools.Caching.CacheItemPolicy.IsInfinitePolicy(CacheItemPolicy)

Checks whether a policy is infinite.

Leadtools.Caching.CacheItemPolicy.ToParsableString

Converts this policy to parsable string.

Leadtools.Caching.CacheItemPolicy.TryParse(string,CacheItemPolicy)

Creates a new cache item policy from a string.

Leadtools.Caching.FileCache.ACCESS_TIMEOUT_KEY

Name of the key used to store AccessTimeout.

Leadtools.Caching.FileCache.CACHE_DIRECTORY_KEY

Name of the key used to store FileCache.

Leadtools.Caching.FileCache.CACHE_VIRTUAL_DIRECTORY_KEY

Name of the key used to store CacheVirtualDirectory.

Leadtools.Caching.FileCache.DEFAULT_POLICY_KEY

Name of the key used to store DefaultPolicy.

Leadtools.Caching.FileCache.DEFAULT_REGION_KEY

Name of the key used to store DefaultRegion.

Leadtools.Caching.FileCache.GetPolicy(string,string)

Gets the policy stored with the specified cache item.

Leadtools.Caching.FileCache.LoadConfigurationValues(IDictionary<string)

Load the configuration of this cache object from the specified dictionary.

Leadtools.Caching.FileCache.SaveConfigurationValues(IDictionary<string)

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

Leadtools.Caching.FileCache.SetName(string)

Sets the unique name of this file cache object.

Leadtools.Caching.FileCache.Trace

Trace source associated with FileCache.

Leadtools.Caching.ObjectCache.BASE_DIRECTORY_KEY

Name of the key used to store BaseDirectory.

Leadtools.Caching.ObjectCache.BaseDirectory

The base directory where the cache is stored.

Leadtools.Caching.ObjectCache.CreateFromConfigurations(Stream,IDictionary<string)

Creates a new cache object from the specified configuration stream and optional additional values.

Leadtools.Caching.ObjectCache.CreateFromConfigurationsString(string,IDictionary<string)

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

Leadtools.Caching.ObjectCache.DATA_SERIALIZATION_MODE_KEY

Name of the key used to store DataSerializationMode.

Leadtools.Caching.ObjectCache.GetConfigurationString

Gets the configurations of this ObjectCache as a string.

Leadtools.Caching.ObjectCache.GetItemCapabilities(long)

Gets the capabilities of a new item to be added, based on its size.

Leadtools.Caching.ObjectCache.GetItemCapabilities(string,string)

Gets the capabilities of an existing item in the cache.

Leadtools.Caching.ObjectCache.GetPolicy(string,string)

Gets the policy stored with the specified cache item.

Leadtools.Caching.ObjectCache.LoadConfiguration(Stream)

Updates this ObjectCache from configuration XML stored in a stream.

Leadtools.Caching.ObjectCache.LoadConfigurationValues(IDictionary<string)

Load the configuration of this cache object from the specified dictionary.

Leadtools.Caching.ObjectCache.POLICY_SERIALIZATION_MODE_KEY

Name of the key used to store PolicySerializationMode.

Leadtools.Caching.ObjectCache.ResolveDirectory(string)

Gets the full path to a directory.

Leadtools.Caching.ObjectCache.SaveConfiguration(Stream,bool)

Saves the configurations of this ObjectCache to an XML stored in a stream.

Leadtools.Caching.ObjectCache.SaveConfigurationValues(IDictionary<string)

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

Leadtools.Caching.ObjectCache.SetConfigurationString(string)

Updates this ObjectCache from configuration XML stored in a string.

Leadtools.Caching.ObjectCache.SetName(string)

Sets the unique name of this cache object.