Uses of Class
org.springframework.data.aerospike.cache.AerospikeCacheConfiguration
| Package | Description |
|---|---|
| org.springframework.data.aerospike.cache |
-
Uses of AerospikeCacheConfiguration in org.springframework.data.aerospike.cache
Constructors in org.springframework.data.aerospike.cache with parameters of type AerospikeCacheConfiguration Constructor Description AerospikeCache(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 AerospikeCacheConfiguration Constructor Description 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.