summaryrefslogtreecommitdiff
path: root/src/Model/CacheService.php
blob: ccb0db47f2a42aa87128189379f28be19f37c3de (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 <[email protected]>
 */
function CacheService() {}