Improve BacklinkCache field docs
Change-Id: I8303d5577ac84b8882e5ad79ac3058d6bf49356f
This commit is contained in:
parent
41f9c91545
commit
ac1325aa43
1 changed files with 2 additions and 0 deletions
2
includes/cache/BacklinkCache.php
vendored
2
includes/cache/BacklinkCache.php
vendored
|
|
@ -53,6 +53,7 @@ class BacklinkCache {
|
|||
* @see BacklinkCache::partitionResult()
|
||||
*
|
||||
* Cleared with BacklinkCache::clear()
|
||||
* @var array[]
|
||||
*/
|
||||
protected $partitionCache = array();
|
||||
|
||||
|
|
@ -62,6 +63,7 @@ class BacklinkCache {
|
|||
*
|
||||
* Initialized with BacklinkCache::getLinks()
|
||||
* Cleared with BacklinkCache::clear()
|
||||
* @var ResultWrapper[]
|
||||
*/
|
||||
protected $fullResultCache = array();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue