mirror of
https://github.com/friendica/friendica
synced 2025-04-26 14:30:13 +00:00
Renamed Cache flag
This commit is contained in:
parent
270e817954
commit
9690dfc54e
2 changed files with 4 additions and 5 deletions
|
@ -19,7 +19,7 @@ class Cache extends \Friendica\BaseObject
|
|||
const QUARTER_HOUR = 900;
|
||||
const FIVE_MINUTES = 300;
|
||||
const MINUTE = 60;
|
||||
const NEVER = 0;
|
||||
const INFINITE = 0;
|
||||
|
||||
/**
|
||||
* @var Cache\ICacheDriver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue