mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
Fix CS
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
*/
|
||||
interface cache_cacheableInterface
|
||||
{
|
||||
public function get_cache_key($option = null);
|
||||
|
||||
public function get_data_from_cache($option = null);
|
||||
public function get_cache_key($option = null);
|
||||
|
||||
public function set_data_to_cache($value, $option = null, $duration = 0);
|
||||
public function get_data_from_cache($option = null);
|
||||
|
||||
public function delete_data_from_cache($option = null);
|
||||
public function set_data_to_cache($value, $option = null, $duration = 0);
|
||||
|
||||
public function delete_data_from_cache($option = null);
|
||||
}
|
||||
|
Reference in New Issue
Block a user