Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Flatwhite
DefaultHashCodeGenerator
C# Class Flatwhite.DefaultHashCodeGenerator
Provie default implementation of
IHashCodeGenerator
.
Inheritance:
IHashCodeGenerator
ファイルを表示
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