From d273b35e534b2338993618719b322c133dd715c2 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Wed, 25 Jan 2023 15:56:23 +0100 Subject: [PATCH] Added apcu caching method and bump --- app/Cache/ApcuCache.php | 25 +++++++++++++++++++++++++ app/Constants/CacheMethods.php | 1 + app/Helpers/Wrappers.php | 4 ++++ composer.json | 2 +- composer.lock | 14 +++++++------- 5 files changed, 38 insertions(+), 8 deletions(-) create mode 100644 app/Cache/ApcuCache.php diff --git a/app/Cache/ApcuCache.php b/app/Cache/ApcuCache.php new file mode 100644 index 0000000..049452a --- /dev/null +++ b/app/Cache/ApcuCache.php @@ -0,0 +1,25 @@ +