| 1 | <?php  | 
            ||
| 9 | final class CacheException extends \RuntimeException implements PsrCacheException  | 
            ||
| 10 | { | 
            ||
| 11 | 1 | public static function fromNonClearableCache(DoctrineCache $cache) : self  | 
            |
| 18 | |||
| 19 | 1 | public static function fromNonMultiGetCache(DoctrineCache $cache) : self  | 
            |
| 26 | |||
| 27 | 1 | public static function fromNonMultiPutCache(DoctrineCache $cache) : self  | 
            |
| 34 | }  | 
            ||
| 35 |