-
Notifications
You must be signed in to change notification settings - Fork 0
vredens/YACache
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
YACache version 1.00 ==================== Yet Another Cache is a short, simple cache for your Perl programs. The Cache module collection already supports everything this module does, so why another? Because this one is a lot simpler, faster and it's not OO. It should be used preferably if you just want to store small structures or scalars. YACache is not OO, which means you don't need to initialize it and can access the cache from anywhere in your program. If you wish to use YACache for caching data, make sure you implement a cache resize using your own logic. YACache does not keep last-access or last-insert timestamps or any other metadata for that matter. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES No dependencies. COPYRIGHT AND LICENCE Copyright (C) 2012 by J.B. Ribeiro ([email protected]) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.3 or, at your option, any later version of Perl 5 you may have available.
About
Simple, non-OO, key-value memory storage for small WORM data (Write Once Read Many).
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published