Cheetah
PersistentDataInterface.php
Go to the documentation of this file.
1 <?php
24 namespace Facebook\PersistentData;
25 
32 {
40  public function get($key);
41 
48  public function set($key, $value);
49 }
php
Facebook\PersistentData\PersistentDataInterface
Definition: PersistentDataInterface.php:32
Facebook\PersistentData
Definition: FacebookMemoryPersistentDataHandler.php:24