blob: 3eda0c47cb41547e9b0bc081cbd88cb1c27c6b45 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?php
/**
* TODO: Implement a way to cache certain content in SQLite or something similarly performative
*
* @access public
* @return void
* @author Christian Cleberg <hello@cmc.pub>
*/
function CacheService() {}
|