Sam Hemelryk
55f4cb7299
MDL-43349 cache: init now checks store requirements are met
2014-01-02 09:22:42 +13:00
Sam Hemelryk
4bbbd50202
MDL-43033 cache: fixed display of definition stores in admin interface
2013-12-02 09:29:44 +13:00
Sam Hemelryk
c21a04f63e
MDL-43033 cache: fixed mode map event invalidation scenario
2013-12-02 09:29:44 +13:00
Sam Hemelryk
d074fb091d
MDL-40903 cache: renamed persistcache to staticacceleration
2013-09-25 09:05:18 +12:00
Sam Hemelryk
083fa87759
MDL-40903 cache: converted persistent into persistentdata
...
At the same time all cache instances were made persistent
2013-09-25 09:04:35 +12:00
Ankit Agarwal
06f6885b27
MDL-41558 cache: Improve performance of cache::make() by using isset instead of array_key_exist()
2013-09-03 13:36:59 +08:00
Sam Hemelryk
dbd2ea4e1f
MDL-38565 cache: session caches now function as expected
...
This change is a large change to the way sessions are handled
within MUC after it was discovered that session did not function
as expected when any store other than the default session store
was being used.
As part of this change the session loader has been largely
customised in order to consolidate session data for the loader.
The unit tests have also being greatly increased to provide
better coverage for sessions.
2013-04-19 10:11:48 +12:00
Sam Hemelryk
7b9cb736ba
MDL-38387 cache: removed call to plugins API from cache API
2013-03-20 16:07:25 +13:00
Sam Hemelryk
3d6dd54ad1
MDL-38165 cache: fixed issues purging peristent caches by event
2013-03-01 11:38:02 +13:00
Sam Hemelryk
7634410b6e
MDL-37683 cache: improved indentifier collection and storage
2013-02-18 10:20:02 +13:00
Sam Hemelryk
e0d9b7c0d4
MDL-37683 cache: siteidentifier is now included in the keys
2013-02-18 08:32:03 +13:00
Sam Hemelryk
79c55ca344
MDL-36322 cache: implemented cache_store::create_clone
2013-02-01 08:49:03 +13:00
Sam Hemelryk
9890ecfc25
MDL-37545 cache: fixed bug during initialisation and updating of cache config
2013-01-28 10:40:37 +13:00
Sam Hemelryk
086e78da69
MDL-36357 cache: removed double semicolon
2013-01-09 09:37:09 +13:00
Sam Hemelryk
94ef67cf5f
MDL-36466 cache: tidy up after review
2012-11-26 08:12:00 +13:00
Sam Hemelryk
3680c61a3c
MDL-36466 cache: implemented functionality to disable the bulk of the cache API
2012-11-26 08:12:00 +13:00
Sam Hemelryk
82afd05c35
MDL-36466 cache: renamed disable to disable_stores and added tests
2012-11-26 08:12:00 +13:00
Sam Hemelryk
c9f40e77b7
MDL-36466 cache: renamed define NO_CACHE_STORES to CACHE_DISABLE_STORES
2012-11-26 08:12:00 +13:00
Sam Hemelryk
7383a7e2a0
MDL-36466 cache: improved handling of exceptions during initialisation.
2012-11-26 08:11:59 +13:00
Sam Hemelryk
2566210c63
MDL-36407 cache: Implemented options for ad_hoc caches
2012-11-12 10:05:05 +13:00
Sam Hemelryk
47834bcd41
MDL-36120 cache: now uses sha1 and has an option for simple keys
2012-11-07 10:03:32 +13:00
Sam Hemelryk
170f821b9d
MDL-25290 cache: Fixed things up per coding style
2012-10-08 09:53:52 +13:00
Sam Hemelryk
34c84c723a
MDL-25290 cache: Added cache locking plugin and converted locking implementations to that
2012-10-08 09:53:51 +13:00
Sam Hemelryk
6fec18203b
MDL-25290 cache: Renamed plugin from cache => cachestore
2012-10-08 09:53:51 +13:00
Sam Hemelryk
8139ad13a5
MDL-25290 cache: Implemented Cache API aka MUC
2012-10-08 09:53:50 +13:00