mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 08:32:40 +08:00
update
This commit is contained in:
10
cache/empty_cache_adaper.go
vendored
Normal file
10
cache/empty_cache_adaper.go
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
package cache
|
||||
|
||||
import "context"
|
||||
|
||||
// var emptyCache DistributedCache = &emptyCacheAdapter{}
|
||||
|
||||
type emptyCacheAdapter struct {
|
||||
}
|
||||
|
||||
func (*emptyCacheAdapter) Delete(ctx context.Context, keys ...string) {}
|
Reference in New Issue
Block a user