Uses of Class
org.springframework.data.aerospike.cache.AerospikeCacheKey
Packages that use AerospikeCacheKey
-
Uses of AerospikeCacheKey in org.springframework.data.aerospike.cache
Methods in org.springframework.data.aerospike.cache that return AerospikeCacheKeyModifier and TypeMethodDescriptionAerospikeCacheKeyProcessor.calculateHash(byte[] data) Calculate hash based on the given byte array.AerospikeCacheKeyProcessorImpl.calculateHash(byte[] data) static AerospikeCacheKeyAerospikeCacheKey.of(byte[] data) Instantiate AerospikeCacheKey instance with a byte array.static AerospikeCacheKeyAerospikeCacheKey.of(long number) Instantiate AerospikeCacheKey instance with a long number.static AerospikeCacheKeyInstantiate AerospikeCacheKey instance with a String.AerospikeCacheKeyProcessor.serializeAndHash(Object key) Serialize the given key and calculate hash based on the serialization result.AerospikeCacheKeyProcessorImpl.serializeAndHash(Object key)