Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7069697
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:28:38+00:00 2026-05-28T05:28:38+00:00

I need to cache some application specific data using Symfony 2’s caching system so

  • 0

I need to cache some application specific data using Symfony 2’s caching system so that I can run cache:clear to clear it. All the cache relies under app/cache but how do I actually go about caching data?

http://symfony.com/doc/current/cookbook/index.html

The only topic I see is about HTML caching with Varnish.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:28:39+00:00Added an answer on May 28, 2026 at 5:28 am

    If you are using Doctrine already just use those cache classes.

    Add a service to config.yml:

    services:
        cache:
            class: Doctrine\Common\Cache\ApcCache
    

    And use it in your controller:

    if ($fooString = $this->get('cache')->fetch('foo')) {
        $foo = unserialize($fooString);
    } else {
        // do the work
        $this->get('cache')->save('foo', serialize($foo));
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to invalidate cache in a web application when related data is updated
I've been developing an application using asp.net MVC, and I have some configurations that
I have an application that is looking through some files for old data. In
I have an application in need of some caching, and for some of the
I'm having an application that need to take html and get some tags inside
I need to utilize the Cache object in ASP.NET to store some data with
HTML5 Application Cache not working in ie8+, so i need some of the solution
I need cache for my web application, it stores some small/medium size objects to
I need a cache that responds to memory pressure like the one build-into ASP.NET.
I need to clear all APC cache entries when I deploy a new version

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.