Loading sharding-proxy/src/main/java/io/shardingsphere/proxy/util/MySQLResultCache.java +4 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ package io.shardingsphere.proxy.util; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import lombok.AccessLevel; import lombok.NoArgsConstructor; import java.util.concurrent.TimeUnit; Loading @@ -27,7 +29,8 @@ import java.util.concurrent.TimeUnit; * * @author wangkai */ public class MySQLResultCache { @NoArgsConstructor(access = AccessLevel.PRIVATE) public final class MySQLResultCache { private static final MySQLResultCache INSTANCE = new MySQLResultCache(); Loading Loading
sharding-proxy/src/main/java/io/shardingsphere/proxy/util/MySQLResultCache.java +4 −1 Original line number Diff line number Diff line Loading @@ -19,6 +19,8 @@ package io.shardingsphere.proxy.util; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import lombok.AccessLevel; import lombok.NoArgsConstructor; import java.util.concurrent.TimeUnit; Loading @@ -27,7 +29,8 @@ import java.util.concurrent.TimeUnit; * * @author wangkai */ public class MySQLResultCache { @NoArgsConstructor(access = AccessLevel.PRIVATE) public final class MySQLResultCache { private static final MySQLResultCache INSTANCE = new MySQLResultCache(); Loading