library cache
Cache for lambdaphp based sites
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
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'; });
dev-master
9999999-dev
Cache for lambdaphp based sites
Sources
Download
MIT
by
San Kumar
v0.1.1
0.1.1.0
Cache for lambdaphp based sites
Sources
Download
MIT
by
San Kumar
v0.01
0.01.0.0
Cache for lambdaphp based sites
Sources
Download
MIT
by
San Kumar