0
votes
2answers
14 views
What proportion of users have the flex framework cached?
We have a Flex application which doesn't currently use the Flex framework as an RSL. We're considering switching, but we're not sure what proportion of users will already have the framework cached.
…
0
votes
1answer
18 views
Form Textbox Caching Problem
I have a PHP form, with various input fields and textboxes. If you submit and go back, all of the data that was submitted in the input fields remains, however the textboxes are blank. How can I get …
0
votes
1answer
7 views
Maintaining a Caching Appliance
What are typical cache appliance maintenance tasks and schedule for same?
1
vote
3answers
62 views
How to implement a cache with binary array as key and binary arrays as values in Java
I have a requirement to create a java cache which holds all the cities and airports. So, if i query the cache for a location, lets say a city, it should return all the airports in that city and if I …
-2
votes
1answer
64 views
How to Cache images in asp.net
What is the best approach to caching images in asp.net?
0
votes
2answers
52 views
Tool for monitoring Hibernate cache usage
Is there any tool which would allow for monitoring Hibernate 2nd level cache usage? I know that I could use Hibernate API for retrieving such information. But what should I do when I have application …
1
vote
4answers
62 views
Cache java compilation
Is there any posibility to cache java compilation like ccache does for C or C++ compilation?
I have a lot code to compile, and I compile the same code many times, so it took a lot of time. So I …
1
vote
1answer
23 views
Dot net 3.5:is appconfig dynamically updated in cache on run time?
After application start up ,if i change some value in app.config ,is it reflected in cache object through which i access appconfig properties.
string currentValue = …
2
votes
5answers
61 views
Javascript caching question
I'm making an application that draws a lot of widgets and tiles on a canvas. The core UI will be defined by a long string of characters and drawn at page load by javascript. Since that core UI is big, …
1
vote
3answers
124 views
How to reduce the total memory hogging by compacting my Objects in Java?
I have a table with around 20 columns with mostly consisting of varchars and decimals. This table has almost 1.5M rows. But few things are common in them like column1 consists of only 100 distinct …
0
votes
1answer
32 views
Is there something like asynchronous caching with ehcache and springmodules?
Is it possible to have cached queries asynchronous, so that no frontend user actually has to wait for a heavy query to finish? (I.e. heavy query is running as background thread, while (expired) data …
0
votes
1answer
62 views
WCF ChannelFactory and Channel caching in ASP.NET client application
Hi All,
I´m building a series of WCF Services that are going to be used by more than one application. Because of that I´m trying to define a common library to access WCF services.
Knowing that each …
0
votes
0answers
23 views
Client cache validating when content is still fresh (Apache, Firefox, PHP)
I have a site with a rotatory banner, and there is a JavaScript that implements the rotation. I have instructed Apache to return Expires header for all images for a time in the future (maybe 12 hrs) …
0
votes
2answers
33 views
Flash image rotator - does it cache xml?
I'm planning to use flash image rotator based on xml where are defined paths from all images that will be rotated. What I wanted to do is to use this rotator for random images rotating. Each time page …
1
vote
1answer
50 views
2nd level hibernate cache understanding
1.for 2nd level cache, can only set timeout period but cannot force refresh/clear cache of entity? or putthing annotation @Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE) like auto …
