All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.easy.query.cache.core.EasyCacheIndex Maven / Gradle / Ivy

There is a newer version: 2.0.106
Show newest version
package com.easy.query.cache.core;

import java.util.Set;

/**
 * create time 2024/1/25 14:06
 * 文件说明
 *
 * @author xuejiaming
 */
public class EasyCacheIndex {
    private Set index;

    public Set getIndex() {
        return index;
    }

    public void setIndex(Set index) {
        this.index = index;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy