Skip to content

CORE-POS/ClassCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassCache

Pack a bunch of PHP classes into a single file for faster loading

Usage

$cacheLocation = '/path/to/cache/file.php';
$cache = new COREPOS\ClassCache\ClassCache($cacheLocation);

// cache a class
$cache->add('Class\\To\\Cache');

// load everything in the cache
include($cache->get());

About

Pack a bunch of PHP classes into a single file for faster loading

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages