Skip to content

Commit

Permalink
convert AerospikeCacheKeyProcessor into an interface
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jun 19, 2024
1 parent 0b04b9f commit d650583
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ interface AerospikeCacheKeyProcessor {
/**
* Calculate hash based on the given byte array.
* <p>
* The default implementation is 64 bit xxHash.
* The default implementation uses 128 bit Murmur3 hashing.
*
* @param data Byte array to be hashed
* @return AerospikeCacheKey instantiated with either a String or a long number
Expand Down

0 comments on commit d650583

Please sign in to comment.