From 3836e75c89573baca6b029a5fd36401696b86e8d Mon Sep 17 00:00:00 2001 From: Max Kostikov Date: Thu, 21 Jan 2021 09:08:53 +0100 Subject: Implement SQL query background caching --- Zotlabs/Daemon/Cache_query.php | 34 ++++++++++++++++++++++++++++++++++ Zotlabs/Daemon/Expire.php | 8 ++++---- 2 files changed, 38 insertions(+), 4 deletions(-) create mode 100644 Zotlabs/Daemon/Cache_query.php (limited to 'Zotlabs/Daemon') diff --git a/Zotlabs/Daemon/Cache_query.php b/Zotlabs/Daemon/Cache_query.php new file mode 100644 index 000000000..18d19cdf2 --- /dev/null +++ b/Zotlabs/Daemon/Cache_query.php @@ -0,0 +1,34 @@ +