Class RunTimeCache
A cache that only persists during the run time.
This cache is meant to be used as a wrapper to more persistant cache:
<?php
use ICanBoogie\CLDR\FileCache;
use ICanBoogie\CLDR\RunTimeCache;
$cache = new RunTimeCache(new FileCache('/path/to/cached_repository'));
- ICanBoogie\CLDR\RunTimeCache implements ICanBoogie\CLDR\Cache
Methods summary
public
|
|
public
|
|
public
|
|
public
|