SolrNet: SolrNet.Impl.NullCache Class Reference

SolrNet

SolrNet.Impl.NullCache Class Reference

Cache implementation that doesn't cache anything. Use it when you want to disable http caching. More...

Inheritance diagram for SolrNet.Impl.NullCache:

List of all members.

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

Cache implementation that doesn't cache anything. Use it when you want to disable http caching.


Member Function Documentation

void SolrNet.Impl.NullCache.Add ( SolrCacheEntity  e )

Adds a Solr response to the cache.

Parameters:
e

Implements SolrNet.Impl.ISolrCache.


Property Documentation

SolrCacheEntity SolrNet.Impl.NullCache.this[string url] [get]

Gets a cached Solr response. Returns null if there is no cached response for this URL.

Parameters:
urlFull 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/NullCache.cs
Generated on Sun May 3 2015 17:19:09 for SolrNet by  doxygen 1.7.2