namespace API.Constants; public static class EasyCacheProfiles { /// /// Not in use /// public const string RevokedJwt = "revokedJWT"; public const string Favicon = "favicon"; }