fsm / cache-store

An in-memory cache implementation of an fsm.Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FSM

Version MIT License Go Report Card Join the community on Spectrum

Cache Store

This package is a in-memory cache implementation of a fsm.Store.

Note: This store is NOT recommended for use in production, but is the quickest way to get started in development.

Getting Started

package main

import "github.com/fsm/cache-store"

func main() {
    store := cachestore.New()
    // ...
}

About

An in-memory cache implementation of an fsm.Store

License:MIT License


Languages

Language:Go 100.0%