PHPackages                             m-shimao/find-in-file-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. m-shimao/find-in-file-cache

ActiveCakephp-plugin[Caching](/categories/caching)

m-shimao/find-in-file-cache
===========================

File Cache plugin for CakePHP

18[2 issues](https://github.com/m-shimao/find-in-file-cache/issues)PHP

Since Jan 31Pushed 9y ago1 watchersCompare

[ Source](https://github.com/m-shimao/find-in-file-cache)[ Packagist](https://packagist.org/packages/m-shimao/find-in-file-cache)[ RSS](/packages/m-shimao-find-in-file-cache/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

The plugin handling file cache in find for CakePHP
==================================================

[](#the-plugin-handling-file-cache-in-find-for-cakephp)

What is it for?
---------------

[](#what-is-it-for)

It is model behavior for static models. If you want to use file cache for static model, this plugin is easy to use.

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org). The recommended way to install composer packages is:

```
composer require m-shimao/find-in-file-cache dev-master

```

Also don't forget to load the plugin in your bootstrap:

```
Plugin::load('FindInFileCache');
// or
Plugin::loadAll();
```

Usage
-----

[](#usage)

### Table

[](#table)

```
