Questions regarding cache algorithms by applications and implementations of information caching by database engines and other information repository and presentation applications.
0
votes
1answer
17 views
Invalidate cache over multiple applications
We have a suite of applications including a website, a client application and multiple windows services. All these applications work on the same dataset and use an in-memory cache. Of course, this ...
0
votes
0answers
66 views
Does Akamai implement if-modified-since?
I am trying to fine tune one of my applications that uses Akamai for CDN.
I am serving resources that rarely change, but I'd like Akamai to check once in a while just in case.
For this I set the ...
0
votes
0answers
45 views
Built-in Context-and-Input-to-Output-Hashing in Compilers
Why doesn't (open source) compilers contain builtin funtionality for (shared) caching and reuse-fetching (using SHA1-hash of compiler-version, build-flags, target-platform and inputs) of executable ...