2017 © Pedro Peláez
 

library mtoolkit-cache

The cache module of MToolkit framework

image

mtoolkit/mtoolkit-cache

The cache module of MToolkit framework

  • Wednesday, June 1, 2016
  • by mtoolkit
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MToolkit - Cache

The cache module of MToolkit framework., (*1)

Cache types

  • MySQL
  • File
  • APC

Usages

Following, the examples of each type of supported cache., (*2)

MySQL

$cacheManager = MCacheFactoryImpl::getManager(new MCacheConfiguration(
    MCacheType::MYSQL,
    array(
        'db' => new PDO(...),
        'table' => 'mcache'
    )
));

File

$cacheManager = MCacheFactoryImpl::getManager(new MCacheConfiguration(
    MCacheType::FILE,
    array(
        'path' => '/temp/cache'
    )
));

APC

$cacheManager = MCacheFactoryImpl::getManager(new MCacheConfiguration(
    MCacheType::APC,
    array()
));

The Versions

01/06 2016

0.0.2.x-dev

0.0.2.9999999-dev http://mtoolkit.github.io/mtoolkit/

The cache module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework cache php library caching simple free fast toolkit .net qt web framework

01/06 2016

dev-master

9999999-dev http://mtoolkit.github.io/mtoolkit/

The cache module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework cache php library caching simple free fast toolkit .net qt web framework

01/06 2016

0.0.2

0.0.2.0 http://mtoolkit.github.io/mtoolkit/

The cache module of MToolkit framework

  Sources   Download

LGPL-3.0+

The Requires

 

The Development Requires

framework cache php library caching simple free fast toolkit .net qt web framework