package
1.6.0
Repository: https://github.com/sphireinc/mantis.git
Documentation: pkg.go.dev

# README

Sphire Mantis::Cache

The Cache package of Mantis provides helpers for Big Cache, Memcache, and a custom Disk Cache implementation.

# Functions

New creates a new DiskCache using the tmp directory.
NewMemCache creates a new MemCache instance.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BigCache primary struct with bigcache pointer and config.
DiskCache primary struct with an array of diskCache (key:filename) and the primary directory.
MemCache primary struct for victorspringers http-cache.
No description provided by the author