Skip to content

areski/lua-lfs-cache

Repository files navigation

Lua LFS Cache

Author

Areski Belaid

Description

Library to power a caching system based on Filesystem

Documentation

https://github.com/areski/lua-lfs-cache/

Contributors

list of contributors

License

MIT

image

Lua Filesystem Caching helper

lua-lfs-cache is a library to power a caching based on Filesystem.

It's recommended to use ramdisk to get better performances:

mkdir -p /tmp/ram
mount -t tmpfs -o size=512M tmpfs /tmp/ram/

Set the CACHE_DIRECTORY setting to the directory /tmp/ram/

Dependencies

lua-lfs-cache have the following Lua dependecies:

  • lfs
  • md5

You can easily install those dependencies with luarocks.

Feedback

Write email to areski@gmail.com or post bugs and feature requests on github:

http://github.com/areski/lua-lfs-cache/issues

Source download

The source code is currently available on github. Fork away!

http://github.com/areski/lua-lfs-cache

About

Easily power a caching system based on Filesystem with Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published