//
pkg.gl
Category
github.com/ArtisanCloud/MediaXCore
pkg
cache
package
1.0.0
Repository:
https://github.com/artisancloud/mediaxcore.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
7
Files
108 SLOC
#
Functions
NewMemoryCache
NewMemoryCache 创建一个新的 MemoryCache 实例.
NewRedisCache
NewRedisCache 创建一个新的 RedisCache 实例.
#
Structs
MemoryCache
MemoryCache 是基于内存的 Cache 实现.
RedisCache
RedisCache 是基于 Go Redis 的 Cache 实现.
#
Interfaces
CacheInterface
Cache 接口定义了缓存的基本操作.