2017 © Pedro Peláez
 

library cache

Cache based on files and modified time

image

infrajs/cache

Cache based on files and modified time

  • Saturday, February 10, 2018
  • by akiyatkin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 618 Installations
  • PHP
  • 10 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 1 % Grown

The README.md

Создание кэша по дате изменения файла

Disclaimer: Module is not complete and not ready for use yet., (*1)

Использование

Cache::exec(array('path/to/file'), 'somefn', $fn, array($arg1, $arg2)); //- Функция somefn выполнится если было изменение указанных файлов
Cache::exec(true, 'somefn', $fn, array($arg1, $arg2)); //- Функция somefn выполняется всегда
Cache::exec(true, 'somefn', array($arg1, $arg2), $data); //-Установка нового значения в кэше. Функция somefn не выполняется.

Если ниодного файла в условии $cond не существует кэш будет сделан "навсегда", до тех пор пока не появится файл или до тех пор пока не будет очищен существующий кэш. Аргументы необязательны., (*2)

The Versions

10/02 2018

dev-master

9999999-dev https://github.com/infrajs/cache

Cache based on files and modified time

  Sources   Download

GPL3

The Requires

 

10/02 2018
26/04 2017
21/02 2017
21/02 2017
02/03 2016

1.0.1

1.0.1.0 https://github.com/infrajs/cache

Cache based on files and modified time

  Sources   Download

GPL3

The Requires

 

12/12 2015

1.0.0

1.0.0.0

Cache based on files and modified time

  Sources   Download

GPL3

The Requires