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

io.vertx.up.uca.cache.RapidKey Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package io.vertx.up.uca.cache;

/**
 * The Cache Key Definition
 *
 * @author Lang
 */
public interface RapidKey {
    String DIRECTORY = "ZERO-CACHE-DIRECTORY";

    String REFERENCE = "ZERO-CACHE-REFERENCE";

    String VIEW_FULL = "ZERO-CACHE-VIEW-FULL";

    String RESOURCE = "ZERO-CACHE-RESOURCE";

    String DATABASE = "ZERO-CACHE-DATABASE";

    String DATABASE_MULTI = "ZERO-CACHE_MULTI_DATABASE";

    String UI_LAYOUT = "ZERO-CACHE-TPL";

    interface User {
        String MY_VIEW = "ZERO-CACHE-USER-VIEW";

        String MY_HABITUS = "ZERO-CACHE-HABITUS";

        String AUTHORIZATION = "ZERO-CACHE-403";

        String AUTHENTICATE = "ZERO-CACHE-401";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy