Added apcu caching method and bump
This commit is contained in:
parent
faf1dcee51
commit
d273b35e53
5 changed files with 38 additions and 8 deletions
|
|
@ -3,5 +3,6 @@ namespace App\Constants;
|
|||
|
||||
abstract class CacheMethods {
|
||||
const JSON = 'json';
|
||||
const APCU = 'apcu';
|
||||
const REDIS = 'redis';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue