Files
fusionpbx/resources/install/scripts
Alexey Melnichuk e728cb44ae Fix. Cache class. (#2755)
* Fix. Cache class.

 * `send_event` raise error so `Cache.del` did not remove key or send any event
 * use `memcache` method by default even if `cache` table does not defined in config
 * `Cache.get` did not return any data when use `memcache` method
 * `Cache.get` did not close file. (Its should not be a big problem because GC should do it by self).
 * `Cache.get` can returns some undefined global value. (if method is `file` and file not exists then method returns global `result` value)
 * `Cache.get` does not need check for file existence
 * Value escaping does not needed for `file` method
 * Needed different key escaping for `memcache` and `file` methods
 * Update self test

* Change. Use random names for temp files.
2017-07-26 09:40:53 -06:00
..
2017-07-24 19:49:32 -06:00
2017-07-26 09:40:53 -06:00
2016-11-18 10:17:54 -07:00
2015-08-11 14:40:02 +04:00
2017-06-17 11:38:24 -06:00
2016-02-24 19:59:54 -05:00
2017-06-02 22:33:32 -06:00
2017-05-19 01:21:19 -06:00
2014-07-31 08:40:15 +00:00