Table of Contents

Class CacheEntryKey

Namespace
OpenSettings.Models
Assembly
OpenSettings.dll

Represents a key for caching purposes.

public class CacheEntryKey
Inheritance
CacheEntryKey
Inherited Members
Extension Methods

Constructors

CacheEntryKey(string, CacheEntry)

Initializes a new instance of the CacheEntryKey class with the specified key and reference cache model.

public CacheEntryKey(string key, CacheEntry cacheEntry)

Parameters

key string

The cache key.

cacheEntry CacheEntry

The cache model which key generated from.

Properties

Key

public string Key { get; }

Property Value

string