项目作者: shrinerb

项目描述 :
[MERGED] In-memory storage for Shrine
高级语言: Ruby
项目地址: git://github.com/shrinerb/shrine-memory.git
创建时间: 2016-05-01T04:24:40Z
项目社区:https://github.com/shrinerb/shrine-memory

开源协议:MIT License

下载


Shrine::Storage::Memory

Provides in-memory storage for Shrine.

This storage has been merged into the shrine gem in version 3.0.0.

Installation

  1. gem "shrine-memory"

Usage

  1. require "shrine/storage/memory"
  2. Shrine.storages[:cache] = Shrine::Storage::Memory.new

Inspiration

This gem was inspired by refile-memory.

License

MIT