aboutsummaryrefslogtreecommitdiff
path: root/src/Model/CacheService.php
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-06-14 22:08:34 -0500
committerChristian Cleberg <hello@cleberg.net>2023-06-14 22:08:34 -0500
commit49efb238b879bce764d04dad99c7a169e80f93dd (patch)
tree7b1d26dbe86710ee7830b3fe6ff82afff3712e2d /src/Model/CacheService.php
parent53488151f29e3afbd1b1348597ff2123b97ad2d7 (diff)
downloadhn-49efb238b879bce764d04dad99c7a169e80f93dd.tar.gz
hn-49efb238b879bce764d04dad99c7a169e80f93dd.tar.bz2
hn-49efb238b879bce764d04dad99c7a169e80f93dd.zip
massive overhaul to implement proper MVC
Diffstat (limited to 'src/Model/CacheService.php')
-rw-r--r--src/Model/CacheService.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Model/CacheService.php b/src/Model/CacheService.php
new file mode 100644
index 0000000..2bf1f57
--- /dev/null
+++ b/src/Model/CacheService.php
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * TODO: Implement a way to cache certain content in SQLite or something similarly performative
+ *
+ * @access public
+ * @return void
+ * @author cmc <hello@cleberg.net>
+ */
+function CacheService() {} \ No newline at end of file