Item Type
Item Name
Search file in folder and subfolders...
<?php namespace WPML\Auryn; interface ReflectionCache { public function fetch($key); public function store($key, $data); }