smart-starter-social/src/main/java/com/qianwen/core/social/cache/AuthStateRedisCache.java
@@ -7,7 +7,7 @@ import org.springframework.data.redis.core.RedisTemplate; import org.springframework.data.redis.core.ValueOperations; /* loaded from: blade-starter-social-9.3.2.0-SNAPSHOT.jar:org/springblade/core/social/cache/AuthStateRedisCache.class */ public class AuthStateRedisCache implements AuthStateCache { private final RedisTemplate<String, Object> redisTemplate; private final ValueOperations<String, Object> valueOperations;