Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joemcmahon/app-simplescan-plugin-cache

allows simple_scan to cache (or not) the results of a GET for speed
https://github.com/joemcmahon/app-simplescan-plugin-cache

Last synced: 11 days ago
JSON representation

allows simple_scan to cache (or not) the results of a GET for speed

Awesome Lists containing this project

README

        

App-SimpleScan-Plugin-Cache version 0.0.1

This simple_scan plugin adds the %%cache and
%%nocache pragmas to the simple_scan language.

%%cache turns on internal caching of pages by
URL; %%nocache turns it off again.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

App::SimpleScan, Module::Pluggable, WWW::Mechanize::Pluggable,
WWW::Mechanize::Plugin::Cache.

COPYRIGHT AND LICENCE

Copyright (C) 2005, Joe McMahon and Yahoo!

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.