Class SolrCacheEntity

Inheritance
System.Object
SolrCacheEntity
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 SolrCacheEntity

Constructors

SolrCacheEntity(String, String, String)

Declaration
public SolrCacheEntity(string url, string eTag, string data)
Parameters
Type Name Description
System.String url
System.String eTag
System.String data

Properties

Data

Declaration
public string Data { get; }
Property Value
Type Description
System.String

ETag

Declaration
public string ETag { get; }
Property Value
Type Description
System.String

Url

Declaration
public string Url { get; }
Property Value
Type Description
System.String