mirror of
https://github.com/friendica/friendica
synced 2024-11-10 02:22:55 +00:00
Remove unused global cache constants
This commit is contained in:
parent
4e6dd7dd5f
commit
1a18220059
1 changed files with 0 additions and 16 deletions
16
boot.php
16
boot.php
|
@ -119,22 +119,6 @@ define('LOGGER_DATA', 3);
|
|||
define('LOGGER_ALL', 4);
|
||||
/* @}*/
|
||||
|
||||
/**
|
||||
* @name Cache
|
||||
*
|
||||
* Cache levels
|
||||
* @{
|
||||
*/
|
||||
define('CACHE_MONTH', 0);
|
||||
define('CACHE_WEEK', 1);
|
||||
define('CACHE_DAY', 2);
|
||||
define('CACHE_HOUR', 3);
|
||||
define('CACHE_HALF_HOUR', 4);
|
||||
define('CACHE_QUARTER_HOUR', 5);
|
||||
define('CACHE_FIVE_MINUTES', 6);
|
||||
define('CACHE_MINUTE', 7);
|
||||
/* @}*/
|
||||
|
||||
/**
|
||||
* @name Register
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue