first commit
This commit is contained in:
9
wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/ReflectionCache.php
vendored
Normal file
9
wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/ReflectionCache.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace WPML\Auryn;
|
||||
|
||||
interface ReflectionCache
|
||||
{
|
||||
public function fetch($key);
|
||||
public function store($key, $data);
|
||||
}
|
||||
Reference in New Issue
Block a user