C# Class Flatwhite.MethodInfoCache

Datei anzeigen 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_oe property

public IDictionary> AttributeCache
return List>.IDictionary

HashCodeGeneratorCache public_oe property

public IDictionary HashCodeGeneratorCache
return IHashCodeGenerator>.IDictionary

InterceptableCache public_oe property

public IDictionary InterceptableCache
return bool>.IDictionary

OutputCacheAttributeCache public_oe property

public IDictionary OutputCacheAttributeCache
return OutputCacheAttribute>.IDictionary

PhoenixFireCage public_oe property

public IDictionary PhoenixFireCage
return Phoenix>.IDictionary

VaryParamsCache public_oe property

public IDictionary> VaryParamsCache
return IDictionary>