Building a simple identity map in Django
A tutorial on implementing a basic identity map pattern in Django to optimize memory by ensuring duplicate database objects are represented by the same Python instance.
A tutorial on implementing a basic identity map pattern in Django to optimize memory by ensuring duplicate database objects are represented by the same Python instance.
A simple tutorial on implementing caching in SharePoint Web Parts using HttpRuntime to reduce server load.
A technical guide on extending ASP.NET MVC's OutputCache to support dynamic content substitution within cached pages, similar to classic ASP.NET.
A tutorial on implementing a custom OutputCache ActionFilterAttribute for server and client-side caching in ASP.NET MVC applications.
Overview of EclipseLink's high-performance JPA features for Spring, including caching, query hints, and database state history.
Explains how to use ASP.NET's CacheItemRemovedCallback delegate to centralize and log cache item removal events for better cache management.
Tips for improving the performance of web applications built with the Apache Cocoon framework.
The Cloud Blog is a Progressive Web App (PWA) that allows offline reading of cached articles and can be installed on devices.