]> git.mxchange.org Git - friendica.git/commit
Add getStats() method for MemoryCaches
authorPhilipp <admin@philipp.info>
Mon, 21 Apr 2025 17:37:37 +0000 (19:37 +0200)
committerPhilipp <admin@philipp.info>
Sun, 27 Apr 2025 19:26:28 +0000 (21:26 +0200)
commit01296e98f948c4cdda36f4bc92b9ede3189987c1
treea8a19b42fe4126552e62f0e5332ac5b9095730d3
parentffb621f0e47e2a542d5b7240e982e8601148f9fe
Add getStats() method for MemoryCaches
12 files changed:
src/Core/Cache/Capability/ICanCacheInMemory.php
src/Core/Cache/Type/APCuCache.php
src/Core/Cache/Type/ArrayCache.php
src/Core/Cache/Type/MemcacheCache.php
src/Core/Cache/Type/MemcachedCache.php
src/Core/Cache/Type/ProfilerCacheDecorator.php
src/Core/Cache/Type/RedisCache.php
src/Core/Lock/Type/CacheLock.php
tests/src/Core/Cache/APCuCacheTest.php
tests/src/Core/Cache/MemcacheCacheTest.php
tests/src/Core/Cache/MemcachedCacheTest.php
tests/src/Core/Cache/RedisCacheTest.php