Files
fusionpbx/resources
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
..
2016-12-11 22:56:15 -07:00
2017-07-22 15:52:45 -06:00
2017-06-12 22:09:36 -07:00
2016-04-25 20:30:23 -05:00
2017-07-26 09:40:53 -06:00
2016-03-11 13:57:01 +00:00
2017-07-24 15:31:55 -06:00
2017-07-22 20:46:45 -06:00
2017-07-01 10:09:17 -06:00
2016-04-25 20:30:23 -05:00
2016-12-13 08:47:22 -07:00
2016-03-11 13:57:01 +00:00
2016-12-13 08:56:02 -07:00
2016-03-11 13:57:01 +00:00
2017-01-09 17:55:40 -07:00
2017-04-25 00:09:53 -06:00
2016-05-05 14:18:59 -06:00
2017-01-05 04:15:47 -07:00
2016-03-11 13:57:01 +00:00