Page 1 of 1

Cache into database

Posted: 07 Nov 2019, 15:42
by Skupiewski
Hello

I try to cache aimeos (laravel) into my database.

There is no manager into ai-cache to do to that.

I tried to configure aimeos to use the standard laravel cache system, but there is no documentation about that anywhere.

I begin to thing Aimeos is not able to do this simple stuff...

So, my question is -> Is that possible to cache aimeos into a database without reprogramming Aimeos.

If not, Why ?

Thank you :-)

Re: Cache into database

Posted: 07 Nov 2019, 18:56
by aimeos
Storing the cached entries into the database is the default but Aimeos uses it's own table (madmin_cache)

Re: Cache into database

Posted: 08 Nov 2019, 17:13
by Skupiewski
Haaa yes indeed, Thank you :-)

So now.

I have a page which is impossible to debug because of the cache.

Event i change URL parameters, the page stay the same.

I tried all commands to clean caches but no way.

My questions is -> What is the best way to desable cache for development area ?

Thanks... :-)

Re: Cache into database

Posted: 09 Nov 2019, 11:41
by aimeos
If you enable these two settings in your ./config/shop.php, no caching will occur at all:
- https://github.com/aimeos/aimeos-larave ... op.php#L65
- https://github.com/aimeos/aimeos-larave ... op.php#L85