# Packages
Package mocks is a generated GoMock package.
# Functions
New creates a new RedisDataLoader.
WithExpiration sets the expiration time for the cache.
WithKeyFunc sets the key function for the cache.
WithMarshalFunc sets the marshal function for the cache.
WithUnmarshalFunc sets the unmarshal function for the cache.
# Interfaces
go:generate mockgen -source redisloader.go -destination mocks/mocks.go -package mocks.