SolrNet.Impl.HttpRuntimeCache Class Reference
Uses the HttpRuntime (ASP.NET) cache. More...
Inheritance diagram for SolrNet.Impl.HttpRuntimeCache:
Public Member Functions | |
| string | CacheKey (string url) |
| void | Add (SolrCacheEntity e) |
| Adds a Solr response to the cache. | |
Properties | |
| int | SlidingMinutes [get, set] |
| Cache sliding minutes. By default 10 minutes. | |
| SolrCacheEntity | this [string url] [get] |
| Gets a cached Solr response. Returns null if there is no cached response for this URL. | |
Detailed Description
Uses the HttpRuntime (ASP.NET) cache.
Member Function Documentation
| void SolrNet.Impl.HttpRuntimeCache.Add | ( | SolrCacheEntity | e ) |
Property Documentation
int SolrNet.Impl.HttpRuntimeCache.SlidingMinutes [get, set] |
Cache sliding minutes. By default 10 minutes.
SolrCacheEntity SolrNet.Impl.HttpRuntimeCache.this[string url] [get] |
Gets a cached Solr response. Returns null if there is no cached response for this URL.
- Parameters:
-
url Full Solr query URL (including all querystring parameters)
- Returns:
Implements SolrNet.Impl.ISolrCache.
The documentation for this class was generated from the following file:
- SolrNet/Impl/HttpRuntimeCache.cs
Generated on Sun May 3 2015 17:19:07 for SolrNet by
1.7.2