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 <[email protected]> */ function CacheService() {}