symfony - Move the Symfony2 Cache directory off the filesystem? -


i'm looking remove dependency on filesystem symfony2 cache directory (app/cache/*) , don't see clear path doing modifying services or of nature.

ultimately, i'm attempting use symfony on filesystem cannot altered. in past i've been able re-map twig templates , intl files database, , in theory should possible cache (and logs).

is there way can make framework use service redis, database, or keep in ram life of script?

i've attempted run cache:warmup command also, however, writing filesystem still happens cache pre-generated.

the parameter used defined in framework kernel.cache_dir


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -