1 | <?php |
||
3 | class TSSCache { |
||
4 | private $cache; |
||
5 | private $prefix; |
||
6 | |||
7 | public function __construct(Cache $cache, $prefix) { |
||
11 | |||
12 | private function getRulesFromCache($file) { |
||
26 | |||
27 | private function getCacheKey($file) { |
||
30 | |||
31 | public function load($tss) { |
||
34 | |||
35 | public function write($file, $rules, $imports = []) { |
||
39 | } |
||
40 |