如何将 Spring 的 @Cacheable 与 Aerospike 作为缓存一起使用?
How do I use Spring's @Cacheable with Aerospike as the cache?
我只想使用 Aerospike
作为 Spring
CacheManager
的后备缓存。
当我不打算将 Aerospike
用作数据存储而仅用作缓存时,是否应该使用 spring data aerospike?
是否有任何类似于 HazelcastCacheManager
的可用实现,或者我需要自己编写吗?
感谢任何帮助。
找到 Aerospike 缓存管理器的这个实现。
https://github.com/shaileshmishra008/spring-cache-aerospike
我能够使用这个项目作为参考编写一个版本。
从 2.5.0/3.0.0 版本开始,Spring Data Aerospike 的缓存区域发生了一些重大变化。
关于使用 Spring Boot 和 Aerospike 进行缓存的 Medium 文章:
https://medium.com/aerospike-developer-blog/caching-with-spring-boot-and-aerospike-17b91267d6c
我只想使用 Aerospike
作为 Spring
CacheManager
的后备缓存。
当我不打算将 Aerospike
用作数据存储而仅用作缓存时,是否应该使用 spring data aerospike?
是否有任何类似于 HazelcastCacheManager
的可用实现,或者我需要自己编写吗?
感谢任何帮助。
找到 Aerospike 缓存管理器的这个实现。
https://github.com/shaileshmishra008/spring-cache-aerospike
我能够使用这个项目作为参考编写一个版本。
从 2.5.0/3.0.0 版本开始,Spring Data Aerospike 的缓存区域发生了一些重大变化。
关于使用 Spring Boot 和 Aerospike 进行缓存的 Medium 文章: https://medium.com/aerospike-developer-blog/caching-with-spring-boot-and-aerospike-17b91267d6c