C# Class Flatwhite.DefaultHashCodeGenerator

Provie default implementation of IHashCodeGenerator.
Inheritance: IHashCodeGenerator
Show file Open project: vanthoainguyen/Flatwhite

Public Methods

Method Description
GetCode ( object value ) : string

Return the code which will be use as a part of cache key

Method Details

GetCode() public method

Return the code which will be use as a part of cache key
public GetCode ( object value ) : string
value object
return string