Questions tagged as 'cache'

1
answer

Save content on the phone itself

I'm doing an application, where I have a list of questions, and if the user quits the application or the screen, I would like to save the questions that he has already answered, by when he re-access that form, the questions will be saved in memo...
asked by 22.12.2016 / 14:41
2
answers

Memory error generating spreadsheet with PHPExcel

I'm having problems generating Excel spreadsheets using PHPExcel when the number of records is too large, the memory is insufficient to process the job, is there any way to improve the creation of this file through some caching system?     
asked by 19.10.2016 / 21:52
1
answer

Cache with AngularJS

I have an application with AngularJs , in this application when I make some changes and then deploy the browser does not recognize those changes. It only works when I change the URL of that application. I got some tips her...
asked by 27.01.2016 / 13:26
1
answer

Redis in Rails 4

I have an Item template. Can you save Item.all (Item :: ActiveRecord_Relation) in Redis? I tried to do so: $redis = Redis::Namespace.new("suggestme", :redis => Redis.new) $redis.set("itens", Item.all) But when I give: $redis.get("iten...
asked by 25.08.2014 / 22:27
1
answer

Difficulty installing YUI compressor W3 Total Cache

I recently installed the W3 Total Cache plugin, but I'm having trouble installing Java. See the screenshot : I have been reading in foreign forums that I need to install the YUI compressor file on the server, however I am having trou...
asked by 01.02.2014 / 14:18
2
answers

How to force loading of JS and CSS files with each new published version?

Every time I publish a new version of my web application (a multi-company system) that has changes to JS and CSS files, some clients complain about errors and I find that it is the cache of the browser and I have to instruct the client to refr...
asked by 03.09.2015 / 20:57
1
answer

How to add localstorage in Typescript (Angular 6)

I have code in Typescript (angular 6) in which I for educational reasons, I want to know how to save several message variables with the following data in the cache: adicionarMensagem(preparacao: PreparacaoDeMensagem) { let mensagem...
asked by 28.09.2018 / 21:00
0
answers

Starting factory with static object.

I'm creating an application using TDD and I have a factory that receives IDistributedCache parameter, so it comes inject from my API, how do I start a value for it and pass as parameter to my constructor?     
asked by 17.07.2018 / 20:54
0
answers

Encrypted JS file?

I was editing my JS file, using DreamWeaver, and by accident my computer restarted, when I returned to DW to continue editing the file, the content is empty, and when I open it in chrome I get the following result: / p> I tried accessing...
asked by 24.05.2018 / 21:12
0
answers

Cache with windows services

I'm having problems updating a windows service, I created the reference in Windows Services, I played the build folder in the place where it is referenced in my service, but I have the impression that windows is caching it in memory and even I p...
asked by 11.05.2018 / 14:59