Top "Caching" questions

A cache is a mechanism for temporarily storing (caching) data locally in order to reduce access time to data stored far away.

Prevent safari loading from cache when back button is clicked

Got an issue with safari loading old youtube videos when back button is clicked. I have tried adding onunload="" (mentioned …

javascript caching safari back-button
Enabling Service Broker in SQL Server 2008

I am integrating SqlCacheDependency to use in my LinqToSQL datacontext. I am using an extension class for Linq querys found …

asp.net linq caching datacontext sqlcachedependency
Programmatically get the cache line size?

All platforms welcome, please specify the platform for your answer. A similar question: How to programmatically get the CPU cache …

c++ c caching operating-system systems-programming
What is the function of the "Vary: Accept" HTTP header?

I use PHP to generate dynamic Web pages. As stated on the following tutorial (see link below), the MIME type …

http caching proxy
Advantages of Cache vs Session

What is the difference between storing a datatable in Session vs Cache? What are the advantages and disadvantages? So, if …

c# asp.net session caching viewstate
Lightweight Java Object cache API

Question I'm looking for a Java in-memory object caching API. Any recommendations? What solutions have you used in the past? …

java caching
How do I empty Drupal Cache (without Devel)

How do I empty the Drupal caches: without the Devel module without running some PHP Statement in a new node …

drupal caching drupal-cache
Clear the cache from the Rails asset pipeline

I'm starting a new project in Rails, and it looks like the application.js manifest file is doing something funny …

javascript ruby-on-rails caching ruby-on-rails-3.1 asset-pipeline
How do I tell Spring cache not to cache null value in @Cacheable annotation

Is there a way to specify that if the method returns null value, then don't cache the result in @Cacheable …

spring caching memcached
Visual Studio retrieving an incorrect path to a project from somewhere

Visual Studio (and possibly TFS) has somehow (I think perhaps during a source control merge) become confused about the path …

visual-studio caching tfs