Class FeatureValueCacheItem
Inheritance
System.Object
FeatureValueCacheItem
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureValueCacheItem : object
Constructors
FeatureValueCacheItem()
Declaration
public FeatureValueCacheItem()
FeatureValueCacheItem(String)
Declaration
public FeatureValueCacheItem(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Properties
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CalculateCacheKey(String, String, String)
Declaration
public static string CalculateCacheKey(string name, string providerName, string providerKey)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
providerName |
|
System.String |
providerKey |
|
Returns
Type |
Description |
System.String |
|
Extension Methods