| 1 | <?php  | 
            ||
| 12 | class State implements StateInterface { | 
            ||
| 13 | |||
| 14 | /**  | 
            ||
| 15 |    * {@inheritdoc} | 
            ||
| 16 | */  | 
            ||
| 17 |   public function get($key, $default = NULL) { | 
            ||
| 20 | |||
| 21 | /**  | 
            ||
| 22 |    * {@inheritdoc} | 
            ||
| 23 | */  | 
            ||
| 24 |   public function set($key, $value) { | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 |    * {@inheritdoc} | 
            ||
| 30 | */  | 
            ||
| 31 |   public function delete($key) { | 
            ||
| 34 | |||
| 35 | /**  | 
            ||
| 36 |    * {@inheritdoc} | 
            ||
| 37 | */  | 
            ||
| 38 |   public function resetCache() { | 
            ||
| 41 | |||
| 42 | }  | 
            ||
| 43 |