//
pkg.gl
Category
github.com/cilloparch/cillop
helpers
cache
package
0.1.3
Repository:
https://github.com/cilloparch/cillop.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
0
Files
131 SLOC
#
Functions
New
New returns a new cache client It receives a service that implements the Service interface and returns a Client interface.
#
Interfaces
Client
Client is an interface that defines the methods of a cache client.
Service
Service is an interface that defines the methods of a cache service It's implemented by the cache service.
#
Type aliases
Creator
No description provided by the author
Handler
No description provided by the author