2017 © Pedro Peláez
 

library quickcache

Quick Caching

image

jrsaunders/quickcache

Quick Caching

  • Tuesday, June 6, 2017
  • by JRSaunders
  • Repository
  • 1 Watchers
  • 1 Stars
  • 72 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 44 % Grown

The README.md

QuickCache

Quick Caching Library, (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Install via composer, (*3)

$composer require jrsaunders/quickcache, (*4)

<?php

$setupCache = new \QuickCache\Cache();
$setupCache->setCachePath('/var/a/place/on/my/server/for/chachefiles');


$cache = new \QuickCache\Cache();
$cacheData = $cache->getCacheData('mycachefilename', 30);
if(!$cacheData){
    $cacheData = //get data from DB;
    $cache->saveToCache('mycachefilename', $cacheData);
}

// use the $cacheData somehow! 

The Versions

06/06 2017

dev-master

9999999-dev

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

24/05 2017

v1.0.6

1.0.6.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

05/05 2017

v1.0.5

1.0.5.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

13/04 2017

v1.0.4

1.0.4.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

12/04 2017

v1.0.3

1.0.3.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

11/04 2017

v1.0.2

1.0.2.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

11/04 2017

v1.0.1

1.0.1.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders

11/04 2017

v1.0.0

1.0.0.0

Quick Caching

  Sources   Download

proprietary

The Requires

  • php >=5.3

 

by John Saunders