mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
Update gcache_z_example_cache_test.go
This commit is contained in:
@ -10,7 +10,7 @@ import (
|
||||
func ExampleNew() {
|
||||
|
||||
// Create a cache object,
|
||||
// Of course, you can also easily use the gcache package method directly
|
||||
// Of course, you can also easily use the gcache package method directly.
|
||||
c := gcache.New()
|
||||
|
||||
// Set cache without expiration
|
||||
|
||||
Reference in New Issue
Block a user