Your IP : 216.73.216.219


Current Path : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Cache/
Upload File :
Current File : /home/pteabiscqq/www/libraries/quix/vendor/illuminate/contracts/Cache/Factory.php

<?php

namespace Illuminate\Contracts\Cache;

interface Factory
{
    /**
     * Get a cache store instance by name.
     *
     * @param  string|null  $name
     * @return mixed
     */
    public function store($name = null);
}