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
keystringThe cache key.
cacheEntryCacheEntryThe cache model which key generated from.
Properties
Key
public string Key { get; }