2017 © Pedro Peláez
 

library cache

Cache for lambdaphp based sites

image

lambdaphp/cache

Cache for lambdaphp based sites

  • Monday, December 25, 2017
  • by minutephp
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 33 % Grown

The README.md

LambdaPHP Installer

This is the composer package that can be used in your lambdaphp sites for using DynamoDB as cache., (*1)

Usage

<?php

use LambdaPhp\Cache;

$cache = new Cache();
$result = $cache->get('some-key', function() { return 'fresh result'; });

The Versions

25/12 2017

dev-master

9999999-dev

Cache for lambdaphp based sites

  Sources   Download

MIT

by San Kumar

25/12 2017

v0.1.1

0.1.1.0

Cache for lambdaphp based sites

  Sources   Download

MIT

by San Kumar

25/12 2017

v0.01

0.01.0.0

Cache for lambdaphp based sites

  Sources   Download

MIT

by San Kumar