namespace API.Constants;
public static class EasyCacheProfiles
{
///
/// Not in use
///
public const string RevokedJwt = "revokedJWT";
public const string Favicon = "favicon";
///
/// If a user's license is valid
///
public const string License = "license";
}