Componette

Componette

download-cloud-line composer require vladahejda/nettedatabasestorage

NetteDatabase Storage

Install

#1

Download src/NetteDatabaseStorage.php.

#2

Create cache table in your database (see mysql.cache.sql or postgres.cache.sql, you can adapt script for another database server (not tested); you can change table name).

#3

Instantiate Nette\Caching\Cache:

$context = new \Nette\Database\Context(...);
$storage = new \Nette\Caching\Storages\DatabaseStorage($context, 'cache_table_name');
$cache = new \Nette\Caching\Cache($storage);

#4

Use it.

No release at this moment. Try to create first one.

bar-chart-fill

Statistics

download-cloud-fill
N/A
star-fill
1
bug-fill
0
flashlight-fill
9.9y
price-tag-2-line

Badges

Componette Componette felix@nette.org