Skip to content

benplum/Nano-Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Nano-Cache

Pico Plugin for handling page caching.

Installation

Start by moving the plugins/nano_cache.php file into your existing Pico install. Then simply configure the caching options.

Configuration

$config["nano_cache"] = array(
	"enabled" => false,		// Flag to enable caching
	"time" => 604800		// Cache duration
);

About

Pico Plugin for handling page caching.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages