Dynamicweb.Extensibility.Searching.eCommerce Namespace : FilterCache Class |
The following tables list the members exposed by FilterCache.
Name | Description | |
---|---|---|
FilterCache Constructor | Initializes a new instance of an object. |
Name | Description | |
---|---|---|
DataKeySuffix | Gets or sets the additional data key suffix for further filtering of cached data among instances of an object. | |
Filter | Gets the reference to associated filter. | |
IsEnabled | Gets or sets value indicating whether caching is enabled. | |
IsGlobalScope | Gets value indicating whether object state represents a global scope. |
Name | Description | |
---|---|---|
Clear | Clears the cache. | |
Contains | Returns value indicating whether there is an item with the given key within the cache. | |
EnterGlobalScope | Enters the global scope. | |
EnterScope | Enters the new scope. | |
ExitScope | Exits the current scope. | |
Get<T> | Returns an item with the given key from the cache. | |
Set<T> | Puts the item with the given key into the cache. |