Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/matomo-org/cache

Doctrine Cache component
https://github.com/matomo-org/cache

[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.

a65cfce5f08986967b1a318af961ac09a174903b authored over 14 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DDC-402] Fixed issue with MemcacheCache througing E_WARNINGs if no cache entry is found.

3770d8d5de7942012cc96b676f66716db674f5f4 authored over 14 years ago by guilhermeblanco <guilhermeblanco@625475ce-881a-0410-a577-b389adb331d8>
[2.0] DDC-297 - Fixed XCache object serialization problem.

a65e97b20349d73219c484f1fe3cb33e1702728d authored over 14 years ago by beberlei <beberlei@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DC-460] Refactored cache bulk deletion methods to use driver specific features to retrieve list of keys. Also, refactored tests so that all methods are tested for all drivers.

Removed:

- Doctrine\Common\Cache\AbstractCache::count()
- Doctrine\Common\Cache\AbstractCache::...

46321af4dfecf9bf252dac82ec4fd062a4b4699c authored over 14 years ago by hobodave <hobodave@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DC-460] Refactored cache bulk deletion methods to use driver specific features to retrieve list of keys. Also, refactored tests so that all methods are tested for all drivers.

Removed:

- Doctrine\Common\Cache\AbstractCache::count()
- Doctrine\Common\Cache\AbstractCache::...

cf9477c78b3c60fb0c105e5e3a081c5921ead609 authored over 14 years ago by hobodave <hobodave@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DDC-171] Fixed (second attempt). Some other cleanups. Performance fix for mock Statement used in hydration performance tests for more accurate and better results.

4aca0916b6acca1b05bda362c9dac7226bfa8461 authored almost 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DDC-121] Fixed. Also fixed memcache tests and some small refactorings.

af02f80ebf88beece3bd9675df8da7b458117a60 authored almost 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Minor fixes to cache drivers and result set cache implementation

cc40773323700b618dc71fb57ca51ea1f7e6d58a authored almost 15 years ago by jwage <jwage@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Minor fixes to cache drivers and result set cache implementation

dc40d29d35bcb7da54314a858c6132a7faaebb83 authored almost 15 years ago by jwage <jwage@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams).

b3b82b59999220945be2f001e6c2271454678354 authored almost 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Small refactorings on the cache drivers. Introduced flag to control whether the cache driver should manage the cache keys since this is an advanced feature that is not always needed and can have negative side-effects (higher probability for cache slams).

9573593d5a098b3798f9da83a23296cc59a35bc5 authored almost 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DDC-48] Fixed issue with getNamespacedId() being called twice

5836568156cff8b2393ef6ac51d160e85f55ec8f authored almost 15 years ago by jwage <jwage@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DDC-48][DDC-47] Refactored cache drivers to allow more control over deleting, added namespacing to cache drivers and implemented clear-cache task

31011b4590f3cd1c2612cfbca3a56e4ad9fe2777 authored almost 15 years ago by jwage <jwage@625475ce-881a-0410-a577-b389adb331d8>
[2.0][DDC-48][DDC-47] Refactored cache drivers to allow more control over deleting, added namespacing to cache drivers and implemented clear-cache task

dbab0c0ac34c554c9add376b7037292dd90f1647 authored almost 15 years ago by jwage <jwage@625475ce-881a-0410-a577-b389adb331d8>
[2.0] More docblocks and changed exception thrown in Annotations parser

71657d4dd36e16fbadfc88d823e5e38b285b7a3b authored about 15 years ago by guilhermeblanco <guilhermeblanco@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Streamlined result structures. Hydration improvements: Small overall improvements, large improvement for (joined) fetched collections (~60%).

27545406b88d1863e8ce6e989fe81fdf1c36ec3a authored about 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Commented Memcache test since it was throwing a fatal error if module is loaded. It requires a memcache server config to be able to run these tests

1a8d2366357cc4a5ae76063e15d5a432d316e4f2 authored over 15 years ago by guilhermeblanco <guilhermeblanco@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Fixed array tests by removing tests for ArrayCache specific methods from the tests of other cache drivers. Some general API work on the cache interface.

df51a5ddcce36c7fc80681c4318b0d0581a3b6d8 authored over 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Fixed array tests by removing tests for ArrayCache specific methods from the tests of other cache drivers. Some general API work on the cache interface.

c49cf2aad3c207bc00c1c5caf4e2591140e41746 authored over 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>
[2.0] More test coverage

ea2de79073e92f3de7e6aa4d619a94f659abbead authored over 15 years ago by jwage <jwage@625475ce-881a-0410-a577-b389adb331d8>
[2.0] Moved cache drivers to Common package. Added new annotation parser implementation to Common package. AnnotationDriver in ORM not yet migrated.

67d7149abee291a92591f0c31cd925f8b52cb745 authored over 15 years ago by romanb <romanb@625475ce-881a-0410-a577-b389adb331d8>