memory_cache:存储键值存储超级简单,Crystal过期

时间:2024-06-06 10:07:56
【文件属性】:

文件名称:memory_cache:存储键值存储超级简单,Crystal过期

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-06 10:07:56

Crystal

记忆体快取 存储键值存储超级简单,Crystal过期。 安装 将此添加到应用程序的shard.yml : dependencies : memory_cache : github : kostya/memory_cache 用法 require " memory_cache " cache = MemoryCache ( String , Int32 ).new cache.write( " bla " , 1 ) p cache.read( " bla " ) # => 1 cache.fetch( " haha " ) { 2 } p cache.read( " haha " ) # => 2 cache.write( " expired1 " , 1 , expires_in: 1 .second) p cache.read( " expired1 " ) # =


【文件预览】:
memory_cache-master
----example.cr(490B)
----bench.cr(646B)
----shard.yml(135B)
----.github()
--------workflows()
----LICENSE(1KB)
----src()
--------memory_cache.cr(2KB)
----spec()
--------memory_cache_spec.cr(4KB)
--------spec_helper.cr(194B)
----.gitignore(154B)
----README.md(872B)

网友评论