Creating a Hybrid Cache System for Statamic: Part Four
…che/Manager.php : 1 <?php 2 3 namespace App \ HybridCache ; 4 5 class Manager 6 { 7 // ... 8 9 protected mixed $ expiration = null ; 10 11 public function __construct ( ) 12 { 13 self :: $ instance = $ this ; 14 15 $ configurationPath = realpath...