Uses of Interface
org.springframework.data.aerospike.cache.AerospikeCacheKeyProcessor
Packages that use AerospikeCacheKeyProcessor
Package
Description
-
Uses of AerospikeCacheKeyProcessor in org.springframework.data.aerospike.cache
Classes in org.springframework.data.aerospike.cache that implement AerospikeCacheKeyProcessorConstructors in org.springframework.data.aerospike.cache with parameters of type AerospikeCacheKeyProcessorModifierConstructorDescriptionAerospikeCache(String name, com.aerospike.client.IAerospikeClient client, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration cacheConfiguration, AerospikeCacheKeyProcessor cacheKeyProcessor) AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, Map<String, AerospikeCacheConfiguration> initialPerCacheConfiguration, AerospikeCacheKeyProcessor cacheKeyProcessor) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration and a map of caches (cache names) and matching configurations.AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, AerospikeCacheKeyProcessor cacheKeyProcessor) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration. -
Uses of AerospikeCacheKeyProcessor in org.springframework.data.aerospike.config
Methods in org.springframework.data.aerospike.config that return AerospikeCacheKeyProcessor