Uses of Class
org.springframework.data.aerospike.cache.AerospikeCacheConfiguration
Packages that use AerospikeCacheConfiguration
-
Uses of AerospikeCacheConfiguration in org.springframework.data.aerospike.cache
Constructors in org.springframework.data.aerospike.cache with parameters of type AerospikeCacheConfigurationModifierConstructorDescriptionAerospikeCache(String name, com.aerospike.client.IAerospikeClient client, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration cacheConfiguration) AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration.AerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, Map<String, AerospikeCacheConfiguration> initialPerCacheConfiguration) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration and a map of caches (cache names) and matching configurations.Constructor parameters in org.springframework.data.aerospike.cache with type arguments of type AerospikeCacheConfigurationModifierConstructorDescriptionAerospikeCacheManager(com.aerospike.client.IAerospikeClient aerospikeClient, AerospikeConverter aerospikeConverter, AerospikeCacheConfiguration defaultCacheConfiguration, Map<String, AerospikeCacheConfiguration> initialPerCacheConfiguration) Create a newAerospikeCacheManagerinstance - Specifying a default cache configuration and a map of caches (cache names) and matching configurations.