com.google.common.cache.DeepCacheBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sql2java-base Show documentation
Show all versions of sql2java-base Show documentation
sql2java common class package
package com.google.common.cache;
import com.google.common.base.Equivalence;
import static com.google.common.base.DeepEquivalence.DEEP_EQUIVALENCE;
public class DeepCacheBuilder {
/**
* 为{@link CacheBuilder}实例指定KEY执行深度比较
* @param builder
* @return always builder
* @since 3.32.0
*/
public static final CacheBuilder
© 2015 - 2025 Weber Informatics LLC | Privacy Policy