Contents ../ lithium\storage\cache\Adapter::key() public method Generates safe cache keys. Parameters array $keys The original keys. Returns array Keys modified and safe to use with adapter. Source public function key(array $keys) { return $keys; }