You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've had high usage of memcached and as fix I've change provider to Doctrine\Common\Cache\PhpFileCache and on production I've looked for cache files and my entity class cache looks fine are and not changing but Loggable and Softdeleteable (which I'm using) generates file with empty content which CacheProvider make as:
Hi, I've had high usage of memcached and as fix I've change provider to
Doctrine\Common\Cache\PhpFileCache
and on production I've looked for cache files and my entity class cache looks fine are and not changing but Loggable and Softdeleteable (which I'm using) generates file with empty content which CacheProvider make as:<?php return unserialize('a:2:{s:8:"lifetime";N;s:4:"data";a:0:{}}');
Loggable and Softdeletetable is working fine, but not for all my entities. Cache provider instead (imo) looks for all classes?
My config is:
In every doc I've looked (ie. https://www.doctrine-project.org/projects/doctrine-orm/en/2.7/reference/metadata-drivers.html#core-metadata-drivers ) they say that metada cache is not changing, so these is weird behaviour? My symfony version is 3.4, newset doctrine extensions, and stof bundle in 1.3.0.
The text was updated successfully, but these errors were encountered: