SolrNet.Impl.ISolrCache Interface Reference
HTTP-level cache for Solr responses. More...
Inheritance diagram for SolrNet.Impl.ISolrCache:
Public Member Functions | |
void | Add (SolrCacheEntity e) |
Adds a Solr response to the cache. | |
Properties | |
SolrCacheEntity | this [string url] [get] |
Gets a cached Solr response. Returns null if there is no cached response for this URL. |
Detailed Description
HTTP-level cache for Solr responses.
Member Function Documentation
void SolrNet.Impl.ISolrCache.Add | ( | SolrCacheEntity | e ) |
Adds a Solr response to the cache.
- Parameters:
-
e
Implemented in SolrNet.Impl.HttpRuntimeCache, and SolrNet.Impl.NullCache.
Property Documentation
SolrCacheEntity SolrNet.Impl.ISolrCache.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:
Implemented in SolrNet.Impl.HttpRuntimeCache, and SolrNet.Impl.NullCache.
The documentation for this interface was generated from the following file:
- SolrNet/Impl/ISolrCache.cs
Generated on Sun May 3 2015 17:19:08 for SolrNet by 1.7.2