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

com.qwlabs.quarkus.http.CacheControls Maven / Gradle / Ivy

There is a newer version: 0.2.354
Show newest version
package com.qwlabs.quarkus.http;

public class CacheControls {
    public static final long ONE_DAY = 86400;
    public static final long ONE_WEEK = 604800;
    public static final long ONE_MONTH = 2592000;
    public static final long ONE_YEAR = 31536000;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy