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

org.n3r.eql.cache.EqlCacheKey Maven / Gradle / Ivy

There is a newer version: 0.1.19
Show newest version
package org.n3r.eql.cache;


import lombok.Value;
import org.n3r.eql.EqlPage;
import org.n3r.eql.impl.EqlUniqueSqlId;

@Value
public class EqlCacheKey {
    private EqlUniqueSqlId uniqueSQLId;
    private Object[] params;
    private Object[] dynamics;
    private EqlPage page;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy