package
0.1.4
Repository: https://github.com/hyp3rd/hypercache.git
Documentation: pkg.go.dev

# Functions

New returns a new serializer based on the serializerType.
RegisterSerializer registers a new serializer with the given name.

# Structs

DefaultJSONSerializer leverages the default `json` to serialize the items before storing them in the cache.
MsgpackSerializer leverages `msgpack` to serialize the items before storing them in the cache.

# Interfaces

ISerializer is the interface that wraps the basic serializer methods.