11 lines
159 B
Go
11 lines
159 B
Go
|
//
|
||
|
// adapter_file.go
|
||
|
// Copyright (C) 2022 tiglog <me@tiglog.com>
|
||
|
//
|
||
|
// Distributed under terms of the MIT license.
|
||
|
//
|
||
|
|
||
|
package gcache
|
||
|
|
||
|
// 本地文件缓存
|