gf/os/gcache
2024-02-27 19:42:58 +08:00
..
gcache_adapter_memory_data.go fix issue in ut for package gcache/gfsnotify 2021-12-17 12:11:40 +08:00
gcache_adapter_memory_expire_sets.go [feature] improve code gfile gcfg 2021-11-15 20:26:31 +08:00
gcache_adapter_memory_expire_times.go improve package gcache 2021-01-26 13:33:24 +08:00
gcache_adapter_memory_item.go [feature] improve code gfile gcfg 2021-11-15 20:26:31 +08:00
gcache_adapter_memory_lru.go improve lru clearing for package gcache (#2327) 2022-11-25 10:45:56 +08:00
gcache_adapter_memory.go fix: memory leak when gcache.NewAdapterMemory with lru (#3241) 2024-01-03 20:03:19 +08:00
gcache_adapter_redis.go improve cache duration from second to millisecond for redis adapter of package gcache (#3052) 2023-10-18 20:02:23 +08:00
gcache_adapter.go rename cache function from func() (interface{}, error) to func(ctx context.Context) (value interface{}, err error) for package gcache; add cache for function Tables of gdb.Core; improve Where condition with prefix handling for package gdb 2021-12-17 11:46:05 +08:00
gcache_cache_must.go rename cache function from func() (interface{}, error) to func(ctx context.Context) (value interface{}, err error) for package gcache; add cache for function Tables of gdb.Core; improve Where condition with prefix handling for package gdb 2021-12-17 11:46:05 +08:00
gcache_cache.go fix: memory leak when gcache.NewAdapterMemory with lru (#3241) 2024-01-03 20:03:19 +08:00
gcache_z_bench_test.go version 2 2021-10-11 21:41:56 +08:00
gcache_z_example_cache_test.go add ExampleCache_Clear (#3310) 2024-02-27 19:42:58 +08:00
gcache_z_unit_test.go add ut cases for package gcache (#2341) 2022-12-20 14:49:31 +08:00
gcache.go add field type detection for soft time field like created_at/updated_at/deleted_at to support unix timestamp or bool deleting table field (#3293) 2024-02-06 10:21:23 +08:00