Questions tagged as 'cache'

3
answers

Multi Banks / Cache / Client Layer

We are looking at ways to develop functionality for a system, which will be in C # .Net. I would like to hear opinions on how we can do this, if we can use some frameworks or something else. Access to multiple banks We need the syste...
asked by 21.09.2014 / 01:43
1
answer

Cache control for a specific file

If we want to implement a cache control for a particular file type, using htaccess we can proceed as follows: <IfModule mod_expires.c> ExpiresActive on ExpiresDefault "access plus 1 month" ExpiresByType application/jav...
asked by 11.11.2014 / 16:56
1
answer

NGINX as reverse proxy and cache of an external shared server running apache

I'm trying to set up a Brazilian instance on Amazon to be a reverse proxy with cache and compression for a server (I accept panel suggestions, preferably free, that accept this setting) in the US. The goal is to use the maximum of Brazilian H...
asked by 22.02.2014 / 18:22
0
answers

Chrome and Opera do not respect the cache

Chrome and Opera (same engine as the first one) do not respect the headers Cache-control and Expires , I mean if it's a link or an interaction within the works normally page, this appears to front: Butiftherequestcomesfrombrow...
asked by 05.04.2017 / 19:08
3
answers

How to clear the cache in Opera 12?

So, I'm developing with a focus on Opera 12, it has a very interesting debugger, similar to Chrome, but one thing that annoys me a lot is that the refresh does not clear the browser cache, often close the flap and open a new one does not clean to...
asked by 07.02.2014 / 02:35
1
answer

What is the average cache time for static files?

What is the average cache expiration time for slightly updated static files? Are there techniques or recommendations that can help me in determining expiration time? An example would be: www.apple.com/scripts/libs/ www.apple.com/css/libs/...
asked by 05.03.2015 / 04:48
1
answer

How does the cache work in html5?

I have a webapp and would like it to have a cache so it will not be accessed at all times. My webapp consists of an index.html that does parse on other sites. So every time the webapp is opened it loads and parses the site. How could I apply...
asked by 12.03.2014 / 13:49
3
answers

How to reload the browser (Chrome) without cache, besides the disable cache?

Selecting the "disable cache" sometimes is not enough for the browser to not search javascript in the cache. Or even incognito. Some time ago I used a way that showed the option to empty the cache on the reload button of the page, but I do...
asked by 29.09.2017 / 21:55
1
answer

User see the current version of Jquery and CSS without cache [duplicate]

Whenever I update the CSS and JQUERY of a site, I need to be asking the client to open the site in an anonymous window. Because his browser saves the old files and he can not see the changes. How best to get around this?     
asked by 20.12.2017 / 15:22
1
answer

Is it a bad practice to leave an entire Cache Model in IIS?

In an application I use several times a code like var cliente = db.Clientes.Find(id); So I created a controller that returns me: [OutputCache(Duration = (10 * 60 * 60), VaryByParam = "id")] public static Cliente ClienteInfo(int id)...
asked by 18.07.2016 / 14:57