ISetupIsolatedStorageCacheNamedOptions Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Enterprise Library information can be found at the Enterprise Library site. |
The ISetupIsolatedStorageCacheNamedOptions type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Inherited from IFluentInterface.) |
|
GetHashCode |
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
GetType |
Redeclaration that hides the GetType() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
SetAsDefault |
Specifies this IsolatedStorageCache should be the caching blocks' default ObjectCache instance.
(Inherited from ISetupIsolatedStorageCacheNamed.) |
|
ToString |
Redeclaration that hides the ToString() method from IntelliSense.
(Inherited from IFluentInterface.) |
|
UsingExpirationPollingInterval |
Specifies the frequency of expiration polling cycle that should be used by this InMemoryCache to check for items that expired.
|
|
UsingSerializerOfType |
Specifies the serializer Type used for serializing and deserializing the cache entries.
|
|
WithMaxSizeInKilobytes |
Specifies the maximum size in kilobytes that can be used by this IsolatedStorageCache to store items.
|
|
WithScavengingThresholds |
Specifies the thresholds for when the scavenging logic should start/stop removing items from this IsolatedStorageCache instance.
|
Extension Methods
Name | Description | |
---|---|---|
SetupInMemoryCacheNamed |
Adds a InMemoryCache to the caching configuration settings.
(Defined by SetupInMemoryCacheNamedExtension.) |
|
SetupIsolatedStorageCacheNamed |
Adds a IsolatedStorageCache to the caching configuration settings.
(Defined by SetupIsolatedStorageCacheNamedExtension.) |
Properties
Name | Description | |
---|---|---|
WithOptions |
Returns a fluent interface to further configure the current IsolatedStorageCache instance.
(Inherited from ISetupIsolatedStorageCacheNamed.) |
See Also
ISetupIsolatedStorageCacheNamedOptions Interface
Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace