/** * Set the cache key prefix. * * @param string $prefix * @return void * @static */ public static function setPrefix($prefix) { \Illuminate\Cache\MemcachedStore::setPrefix($prefix); }