Questions tagged as 'cache'

1
answer

Using cache during user session

I'm using OutputCache in an asp.net mvc5 application to cache a list in my application this way: [(Duration = 60, VaryByParam = "none")] public ActionResult Index() {} I just need to take advantage of this cache while the user is logged int...
asked by 09.05.2018 / 16:32
1
answer

How to disable page cache [duplicate]

I have a page that saves the user's photo, when editing the photo the cache always continues taking the old photo to display. Already tried using: and I tried to use some variations of it and it does not work. Does anyone know any other w...
asked by 27.04.2018 / 16:58
0
answers

How to do Mock IMemoryCache c #

I'm trying to test a class that implements IMemoryCache (IMemoryCache contains static methods which can not be mocados). This is what I tried to do: var teste = new Mock<IMemoryCache>(); mockCache.Setup(m => m.Set(It.IsAny<strin...
asked by 06.05.2018 / 13:23
2
answers

how to "cache" css concatenated via GET

I'm doing a concatenation of css files where file names are passed by parameters in the url to the css.php file, my question is if you can somehow "cache" the requested files as in the example below: / p> HOME if(is_home()) { <link...
asked by 30.04.2018 / 17:11
1
answer

CACHE MANIFEST does not update files

Good afternoon, I'm creating a website that should work offline. my idea is that when the user has internet connection the pages of the site should be downloaded to the browser cache, and when the user is offline the pages should be retrieved fr...
asked by 09.02.2018 / 16:31
0
answers

MySql UPDATE INNER JOIN Save Results Before Finishing

I have a mysql query in progress, status: seding data, and I want to stop the process without losing data already acquired by INNER JOIN, present in the cache. It is as if it were a command to during the processing of the Query to record in the...
asked by 14.02.2018 / 18:11
1
answer

Changes to my site do not appear

My site is configured on the server in vps with easyengine. When I insert some changes in the css file or any other, the changes do not appear on my site. I tried to clear the cache and nothing ... Ja includes ssl in the site and in chrome does...
asked by 15.02.2018 / 16:05
2
answers

Android Storage

I'm starting in the Android universe, and I have the following question: In a login system, which storage type should I use to persist the data of the user who logged in to that session, and when I click on leave "kill" this session informati...
asked by 11.01.2018 / 11:56
0
answers

Clear my user's cache?

I got a store to do some updates, and so far so good. I did, etc ... The problem is as follows. CSS modifications are only applied in the clients browser if they clear their browser history. If for example, they entered a week before in the s...
asked by 30.08.2017 / 18:13
4
answers

Clear cache of browsers with javascript

Is it possible to clear the cache of Firefox and Chrome browsers via Javascript? With Internet Explorer I can do it, but not the ones mentioned above. Dude, it did not work, I think the problem occurs because unless the user logged in remembe...
asked by 10.06.2014 / 14:27