mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[feature/extension-manager] Add documentation on caching in ext finder
PHPBB3-10323
This commit is contained in:
@@ -26,6 +26,13 @@ class phpbb_extension_finder
|
|||||||
protected $phpbb_root_path;
|
protected $phpbb_root_path;
|
||||||
protected $cache;
|
protected $cache;
|
||||||
protected $phpEx;
|
protected $phpEx;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The cache variable name used to store $this->cached_queries in $this->cache.
|
||||||
|
*
|
||||||
|
* Allows the use of multiple differently configured finders with the same cache.
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
protected $cache_name;
|
protected $cache_name;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user