<?php
namespace App\Constants;
abstract class CacheMethods {
const JSON = 'json';
const REDIS = 'redis';
}