Click here to Skip to main content
15,867,835 members
Everything / Cache

Cache

cache

Great Reads

by Guirec
A pattern for an always available cache using asynchronous refresh.
by AlexCode
Handling different default AJAX caching definitions between browsers.
by Levente Kupás
If you have big reports which run slowly, you may use this T-SQL based engine to speed-up them.
by tugrulGtx
Accessing VRAM-cached nucleotide sequences in FASTA formatted files (*.fna, *.faa) by index

Latest Articles

by ToughDev
Fix high Windows memory usage caused by large metafile
by DiponRoy
How to run FTP, SFTP, SMTP, Cache, LDAP, SSO and other servers in Docker
by tugrulGtx
Direct mapped cache in front, LRU approximation behind, any LLC on back-end.
by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses

All Articles

Sort by Title

Cache 

11 Oct 2013 by ASP.NET Community
The Cache and Application objects provide broader scope than the Session object and the data is available to all the classes within the ASP.NET
29 Sep 2021 by tugrulGtx
CLOCK caching (LRU approximation) with O(1) cache hit, up to N asynchronous O(1) cache misses
11 Jun 2011 by Omar Al Zabir
An HttpFilter that processes the output generated by dynamic pages and appends the last modified date of static files like js, css in order to make browsers download latest version as soon as files are changed
10 Jan 2012 by Naveen Karamchetti
The article attempts to explain when to use the value map caching pattern in BizTalk integrations
16 Apr 2019 by Dan Ionescu (USINESOFT)
LINQ extensions that allow to describe and to safely query cached data
11 Oct 2013 by ASP.NET Community
 Whenever an attempt is made to access data from the cache, it should be with the assumption that the data might not be there any more. Thus,
11 Oct 2013 by ASP.NET Community
CachingAuthor: Prakash Singh MehraIntroduction: It is a way to store the frequently used data into the server memory which can be retrieved very
14 Aug 2018 by Dave Ceddia
Frameworks like Vue have the notion of “computed properties” – a way to derive some new, possibly complex data based on something passed in. This post covers how to achieve the same result in React.
24 Sep 2018 by Jeremy Hutchinson
Data driven layout in server-side Blazor
13 Jul 2015 by Sem.Shekhovtsov
Setting up Redis server on Windows machine, and accessing it with C# client
16 Dec 2013 by Rafid K. Al-Humaimidi
Easily support caching in your C# application to improve its performance.
2 Mar 2021 by tugrulGtx
Accessing VRAM-cached nucleotide sequences in FASTA formatted files (*.fna, *.faa) by index
5 Jul 2013 by NewAmbition
A tutorial on how to use common technologies to improve the general speed of your site.
7 Aug 2018 by Proneetkumar Pradeep Ray
Boost/Optimize your Jquery DataTable and perform Server side pagination, Global Search, Column wise Search) using Server Side Caching
19 Apr 2016 by Marla Sukesh
Welcome to day 1 of Learn HTML 5 in 3 days article series
19 Apr 2016 by Marla Sukesh
In this article we will talk about Server Sent Events in detail.
29 Oct 2021 by tugrulGtx
Direct mapped cache in front, LRU approximation behind, any LLC on back-end.
11 Oct 2013 by ASP.NET Community
ASP.NET 2.0 introduces a new feature called Post-Cache Substitution, which is aimed at optimizing the development experience for this mostly-cached
11 Oct 2013 by ASP.NET Community
In this article I am going to explain how to prevent the browser caching of web pages in asp.net. It is the one of the biggest issues every developer
18 Apr 2013 by Guirec
A pattern for an always available cache using asynchronous refresh.
25 Sep 2016 by TheCodeKing
SaintModeCache is a thread safe in-memory cache wrapper for performance optimisation. It's able to continue serving stale content after expiry, whilst it repopulates the cache with a non-blocking single thread.
11 Apr 2015 by Micha C
This is about creating a single page web site using an ASP.NET Web API Service which stores the data via Cache Manager.
2 Oct 2019 by Eduard Silantiev
Deep refactoring and refinement of ASP.NET Core WEB API application code
2 Oct 2019 by Eduard Silantiev
Using various approaches to increase ASP.NET Core WEB API application's productivity
20 Jun 2013 by Levente Kupás
If you have big reports which run slowly, you may use this T-SQL based engine to speed-up them.