friendica/src/Core/Cache
Philipp Holzer 34e4968c06
Adding possibility to use a different cache-backend for locking and caching
- Renaming *LockDriver to *Lock since it isn't a "driver" anymore
2019-08-04 15:42:39 +02:00
..
APCuCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
AbstractCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
ArrayCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
DatabaseCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
ICache.php Rename *CacheDriver to *Cache because they don't act as driver anymore 2019-08-04 10:26:53 +02:00
IMemoryCache.php Rename *CacheDriver to *Cache because they don't act as driver anymore 2019-08-04 10:26:53 +02:00
MemcacheCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
MemcachedCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
ProfilerCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
RedisCache.php Adding possibility to use a different cache-backend for locking and caching 2019-08-04 15:42:39 +02:00
TraitCompareDelete.php code standards / simplifications 2018-07-05 07:59:56 +02:00
TraitCompareSet.php code standards / simplifications 2018-07-05 07:59:56 +02:00