package
1.0.0
Repository: https://github.com/artisancloud/mediaxcore.git
Documentation: pkg.go.dev

# Functions

NewMemoryCache 创建一个新的 MemoryCache 实例.
NewRedisCache 创建一个新的 RedisCache 实例.

# Structs

MemoryCache 是基于内存的 Cache 实现.
RedisCache 是基于 Go Redis 的 Cache 实现.

# Interfaces

Cache 接口定义了缓存的基本操作.