package
1.5.3
Repository: https://github.com/cutesdk/cutesdk-go.git
Documentation: pkg.go.dev

# Functions

NewCache: new cache handler.
NewFileCache: init cache component.
NewRedisCache: init cache component.

# Structs

FileCache: file-based cache.
FileOptions: file cache options.
Options: cache options.
RedisCache: redis-based cache component.
RedisOptions: redis cache options.

# Interfaces

ICache: defined cache interface.
IOptions: interface of custom cache options.