#cache #writium #api #system #source #data

writium-cache

Common cache system for Writium APIs

4 releases

Uses old Rust 2015

0.1.3 Feb 10, 2018
0.1.2 Jan 24, 2018
0.1.1 Dec 30, 2017
0.1.0 Nov 11, 2017

#429 in #source


Used in writus

MIT license

14KB
215 lines

Writium Cache

writium-cache provide common cache functionality for implementation of Writium APIs.

To use cache inside an API, first you need to define a cache source so that we can extract data from local files or somewhere else. Any type that implements CacheSource can be used. On initializing your API, instantiate Cache with your own CacheSource, then its ready to go.

Dependencies

~16MB
~314K SLoC