blob: 2bf1f5734ea945f517073ffc071cb9cc524d9d9b (
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 cmc <hello@cleberg.net>
*/
function CacheService() {}
|