• File: ReflectionCache.php
  • Full Path: /home/lef/public_html/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/ReflectionCache.php
  • File size: 133 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace WPML\Auryn;

interface ReflectionCache
{
    public function fetch($key);
    public function store($key, $data);
}