initial commit
This commit is contained in:
11
src/helpers/constants/cache_ttl.php
Normal file
11
src/helpers/constants/cache_ttl.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
define('CACHE_TTL_FIVE_MINUTES', 300);
|
||||
define('CACHE_TTL_FIFTEEN_MINUTES', 900);
|
||||
|
||||
define('CACHE_TTL_HALF_HOUR', 1800);
|
||||
define('CACHE_TTL_ONE_HOUR', 3600);
|
||||
|
||||
define('CACHE_TTL_ONE_DAY', 86400);
|
||||
|
||||
define('CACHE_TTL_ONE_WEEK', 604800);
|
Reference in New Issue
Block a user