
org.littleshoot.proxy.ProxyConstants Maven / Gradle / Ivy
package org.littleshoot.proxy;
/**
* Constants for the proxy.
*/
public class ProxyConstants {
/**
* The name of the base cache.
*/
public static final String CACHE = "DEFAULT_CACHE";
/**
* Top-level cache for chunks.
*/
public static final String CHUNKS_CACHE = "CHUNKS_CACHE";
/**
* Cache for the chunks themselves.
*/
public static final String CHUNK_CACHE = "CHUNK_CACHE";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy