The branch "master" has been updated. The following is a summary of the commits.
from: f438afb29c082e9692377db940294bf707847adb ee1893c [mms] Abstract caching logic into Horde_Autoloader_Cache_Bootstrap class. 34a2772 SHA1 -> hash fb78f0c Try to cache registry data in a shared memory cache before falling back to file based storage cc382b2 Don't write cache data unless it doesn't exist Summary: http://github.com/horde/horde/compare/f438afb29c082e9692377db940294bf707847adb...cc382b22eefb08e11236cb61e3b47f4dfc72297a ----------------------------------------------------------------------- commit ee1893cd07ae76621534bbdccd18548eda68a65f Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 01:47:41 2014 -0600 [mms] Abstract caching logic into Horde_Autoloader_Cache_Bootstrap class. framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php | 166 +---- .../Autoloader_Cache/lib/Horde/Autoloader/Cache/Bootstrap.php | 182 +++++ framework/Autoloader_Cache/package.xml | 20 +- 3 files changed, 216 insertions(+), 152 deletions(-) create mode 100644 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache/Bootstrap.php http://github.com/horde/horde/commit/ee1893cd07ae76621534bbdccd18548eda68a65f ----------------------------------------------------------------------- commit 34a2772207d3813b17e5d3e858b4300e2cb90ca5 Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 15:44:13 2014 -0600 SHA1 -> hash framework/Core/lib/Horde/Registry.php | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) http://github.com/horde/horde/commit/34a2772207d3813b17e5d3e858b4300e2cb90ca5 ----------------------------------------------------------------------- commit fb78f0c7a5ad5b5d14cdfbf09894c0dd34ab422a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 15:47:51 2014 -0600 Try to cache registry data in a shared memory cache before falling back to file based storage framework/Core/lib/Horde/Registry.php | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/fb78f0c7a5ad5b5d14cdfbf09894c0dd34ab422a ----------------------------------------------------------------------- commit cc382b22eefb08e11236cb61e3b47f4dfc72297a Author: Michael M Slusarz <[email protected]> Date: Tue Mar 25 15:48:51 2014 -0600 Don't write cache data unless it doesn't exist framework/Core/lib/Horde/Registry.php | 31 +++++++++++++------------------ 1 files changed, 13 insertions(+), 18 deletions(-) http://github.com/horde/horde/commit/cc382b22eefb08e11236cb61e3b47f4dfc72297a -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
