C# Class Flatwhite.MethodInfoCache

Show file Open project: vanthoainguyen/Flatwhite Class Usage Examples

Public Properties

Property Type Description
AttributeCache List>.IDictionary
HashCodeGeneratorCache IHashCodeGenerator>.IDictionary
InterceptableCache bool>.IDictionary
OutputCacheAttributeCache OutputCacheAttribute>.IDictionary
PhoenixFireCage Phoenix>.IDictionary
VaryParamsCache IDictionary>

Public Methods

Method Description
MethodInfoCache ( ) : System

Use ToStringHashCodeGenerator for all primitive types Use DefaultHashCodeGenerator for unregistered types

Method Details

MethodInfoCache() public method

Use ToStringHashCodeGenerator for all primitive types Use DefaultHashCodeGenerator for unregistered types
public MethodInfoCache ( ) : System
return System

Property Details

AttributeCache public property

public IDictionary> AttributeCache
return List>.IDictionary

HashCodeGeneratorCache public property

public IDictionary HashCodeGeneratorCache
return IHashCodeGenerator>.IDictionary

InterceptableCache public property

public IDictionary InterceptableCache
return bool>.IDictionary

OutputCacheAttributeCache public property

public IDictionary OutputCacheAttributeCache
return OutputCacheAttribute>.IDictionary

PhoenixFireCage public property

public IDictionary PhoenixFireCage
return Phoenix>.IDictionary

VaryParamsCache public property

public IDictionary> VaryParamsCache
return IDictionary>