1 2 3 4 5 6
<?php interface CacheInterface{ public function loadData(); public function saveData($datas); public function getTime(); }