feat : cache Adapter
This commit is contained in:
@@ -9,5 +9,12 @@ declare(strict_types=1);
|
||||
* @contact group@hyperf.io
|
||||
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
use App\Interface\Test\Adapter\CacheInterface;
|
||||
use App\Service\Test\Adapter\Cache\FileCacheAdapter;
|
||||
use App\Service\Test\Adapter\Cache\RedisCacheService;
|
||||
|
||||
return [
|
||||
CacheInterface::class => RedisCacheService::class,
|
||||
// CacheInterface::class => FileCacheAdapter::class,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user