mirror of
https://github.com/friendica/friendica
synced 2025-04-26 15:10:11 +00:00
- Move constants to the "Cache" class (more transparent than inside the interface)
This commit is contained in:
parent
34e4968c06
commit
19777baa79
18 changed files with 59 additions and 69 deletions
|
@ -5,7 +5,7 @@ namespace Friendica\Core\Lock;
|
|||
use Friendica\Core\Cache;
|
||||
use Friendica\Core\Cache\IMemoryCache;
|
||||
|
||||
class CacheLock extends AbstractLock
|
||||
class CacheLock extends Lock
|
||||
{
|
||||
/**
|
||||
* @var \Friendica\Core\Cache\ICache;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue