mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Improve shared caching and invalidation of member points
This commit is contained in:
parent
5b22b0399c
commit
e370ba680f
3 changed files with 31 additions and 22 deletions
|
|
@ -12,6 +12,16 @@ class point extends ModuleObject
|
|||
*/
|
||||
protected static $_config = null;
|
||||
|
||||
/**
|
||||
* @brief Module configuration cache
|
||||
*/
|
||||
protected static $_module_config_cache = array();
|
||||
|
||||
/**
|
||||
* @brief Member point cache
|
||||
*/
|
||||
protected static $_member_point_cache = array();
|
||||
|
||||
/**
|
||||
* @brief Shortcut to getting module configuration
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue