diff options
Diffstat (limited to 'src/Model/CacheService.php')
-rw-r--r-- | src/Model/CacheService.php | 10 |
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 |