Show / Hide Table of Contents

Class FeatureValueCacheItem

Inheritance
System.Object
FeatureValueCacheItem
Namespace: Volo.Abp.FeatureManagement
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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft