Class HttpRuntimeCache

Inheritance
System.Object
HttpRuntimeCache
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet.Impl
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class HttpRuntimeCache : ISolrCache

Constructors

HttpRuntimeCache()

Declaration
public HttpRuntimeCache()

Properties

Item[String]

Declaration
public SolrCacheEntity this[string url] { get; }
Parameters
Type Name Description
System.String url
Property Value
Type Description
SolrCacheEntity

SlidingMinutes

Declaration
public int SlidingMinutes { get; set; }
Property Value
Type Description
System.Int32

Methods

Add(SolrCacheEntity)

Declaration
public void Add(SolrCacheEntity e)
Parameters
Type Name Description
SolrCacheEntity e

CacheKey(String)

Declaration
public string CacheKey(string url)
Parameters
Type Name Description
System.String url
Returns
Type Description
System.String

Implements