Class CoreCacheHelper
Cache helper used in Core
Inheritance
System.Object
CoreCacheHelper
Namespace: ImageVault.Core
Assembly: ImageVault.Core.dll
Syntax
public class CoreCacheHelper : CacheHelper
Constructors
CoreCacheHelper(IObjectCache, Type)
Initializes a new instance of the CoreCacheHelper class.
Declaration
public CoreCacheHelper(IObjectCache objectCache, Type type)
Parameters
Type | Name | Description |
---|---|---|
IObjectCache | objectCache | |
System.Type | type |
CoreCacheHelper(Type, CacheType, Boolean)
Initializes a new instance of the CoreCacheHelper class.
Declaration
public CoreCacheHelper(Type type, CacheType cacheType, bool enableMicroCache = false)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type | |
CacheType | cacheType | |
System.Boolean | enableMicroCache |
Methods
GetKey(String)
Declaration
protected override string GetKey(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
System.String |