Adding Cache Namespace Label Support to Our Antlers Tag | Creating a Hybrid Cache System for Statamic: Part Five
…acades \ HybridCache as Cache ; 6 use Carbon \ Carbon ; 7 use Statamic \ Tags \ Tags ; 8 9 class HybridCache extends Tags 10 { 11 protected static $ handle = ' hybrid_cache ' ; 12 13 // ... 14 15 public function label ( ) 16 { 17 foreach ( $ this...