Redis-Springcache
Springcache
不指定序列化方式时,Spring 组件通常会使用Java 默认的序列化机制,即 Serializable 接口进行序列化。这种方式虽然可以工作,但效率较低,且生成的序列化结果较大
1 | |
Redis-Springcache
http://example.com/2024/10/05/Middleware/redis/SpringCache/springCache/
不指定序列化方式时,Spring 组件通常会使用Java 默认的序列化机制,即 Serializable 接口进行序列化。这种方式虽然可以工作,但效率较低,且生成的序列化结果较大
1 | |