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

io.mangoo.constants.CacheName Maven / Gradle / Ivy

The newest version!
package io.mangoo.constants;

public final class CacheName {
    public static final String APPLICATION = "mangooio-application-cache";
    public static final String AUTH = "mangooio-auth-cache";

    private CacheName() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy