C# Class Flatwhite.DefaultHashCodeGenerator

Provie default implementation of IHashCodeGenerator.
Inheritance: IHashCodeGenerator
Afficher le fichier Open project: vanthoainguyen/Flatwhite

Méthodes publiques

Méthode Description
GetCode ( object value ) : string

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

Method Details

GetCode() public méthode

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