refile-memory:用于重新归档的内存后端

时间:2024-05-30 03:07:49
【文件属性】:

文件名称:refile-memory:用于重新归档的内存后端

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-30 03:07:49

Ruby

Refile ::内存 的内存后端。 这可能不是超级有用,但可以作为如何为Refile编写后端的说明。 安装 将此行添加到您的应用程序的Gemfile中: gem 'refile-memory' 设置“重新归档”以使用内存后端: Refile . configure do | config | config . cache = Refile :: Memory :: Backend . new config . store = Refile :: Memory :: Backend . new end 执照


【文件预览】:
refile-memory-master
----Rakefile(116B)
----Gemfile(136B)
----spec()
--------refile()
----.gitignore(118B)
----lib()
--------refile()
----README.md(498B)
----LICENSE.txt(1KB)
----refile-memory.gemspec(951B)

网友评论