A cache is a mechanism for temporarily storing (caching) documents or data, to reduce access time.
0
votes
0answers
5 views
Hibernate concurrent long session query cache issue
We have a possibility of importing data into our application. To be more particular let's say we are importing big number of contacts (> 50K) from a CSV file. Each line is read sequentially, then we ...
0
votes
0answers
3 views
How to setup Nginx or Varnish at server with plesk 9.5.2
I have a server with Plesk 9.5.2 and we have to use Nginx or Varnish with chache for apache to try the improve the performance.
someone has done this setup?
I provador tried Varnish but it does not ...
0
votes
1answer
16 views
Is it possible to create multiple cache stores using Spring's cache abstraction with redis?
I'm developing a web application using Spring MVC and I'm using using spring's cache abstraction with Redis to cache my database queries. But I am not able to create multiple cache stores using ...
0
votes
0answers
12 views
Leverage browser caching on Mochahost
I try to use mod_expires and mod_heders on Mochahost hosting server using .htacces but without success.
I read everything I could find on the topic on Google and StackOverflow and other sites but ...
0
votes
1answer
11 views
Can I change the universal image loader SDcard cache key??Emergency
As my image Uri uses a different way to make sure the App pivture is safe.
It changes everytime when I request. For example, it may be like this:
...
3
votes
1answer
44 views
Faster count(*) with pivot tables
My problem is that in our application we do complex SELECT on our MS SQL Server (2008) database which is made up of several joins (3 and more) to be used between the tables created using PIVOT ...
0
votes
1answer
11 views
Handling duplicate username error on PFUser currentUser cache
I can't find the proper solution to this problem. In the app I am creating, I allow users to change their username whenever they wish. So I do the following when they go to the settings page and ...
-1
votes
1answer
18 views
Reliably store webpage offline in Android
My app has a 'pin' button like the Google Docs app:
Part of storing an item offline in my app is to store a complete webpage including associated javascript and css.
Now, there are mutiple roads I ...
0
votes
0answers
17 views
rails active record caching in memory
I have a model which has through relationships to another model through two foreign key relationships. I do a lot of lookups on those tables (which are 3-4K rows) while importing a lot of data, and ...
0
votes
0answers
13 views
Google Analytics for iOS send tracking only when WiFi is available, otherwise to Cache
I searched for similar posts here but found no answer, so mark this duplicate if there is one I didn't find.
So my question is: I'm using Google Analytics on both android and iOS, and both are facing ...
0
votes
0answers
11 views
Do ghost XIB views in Xcode go up to iTunes?
I had a problem with ghost XIB views, expertly solved by @matt using http://stackoverflow.com/a/6247073
My question is: If I had deleted the view in my working code (but still seen it in the iOS ...
0
votes
0answers
5 views
Auto update caching in mvc 4
I need my content get automatically refreshed in everywhere i m calling through caching in MVC 4.0.
My requirement is that ,when saving the data in database, content should reflect in my previous ...
1
vote
0answers
18 views
hibernate db2 ignore join on spaces
I have a hibernate mapping over a legacy DB2 database. A particular table has a foreign key to another table. This column is populated with spaces instead of null when there is no association to the ...
0
votes
1answer
16 views
How to Prevent Caching in IE8 when using AngularJS Models
My technology stack is -
AngularJS
Bootstrap
Spring MVC
Hibernate
What am I doing :
There is a list of Items on which I am doing CRUD (Create, Read, Update and Delete)
Posting form Data via ...
0
votes
0answers
22 views
Choosing content of cache in codeigniter
I am making a web application with updates and content listing with PHP ad codes included in it.
How can I disable caching only for PHP ad codes?