Skip to content
#

blog-platform

Here are 238 public repositories matching this topic...

dasblog-core
poppastring
poppastring commented Nov 28, 2021

Replace client-side caching...
[ResponseCache(Duration = 14400, Location = ResponseCacheLocation.Any)]

...with serverside caching
private readonly IMemoryCache memoryCache;

  • Caching on the home page should be broken when we add a new post or comment (includes status updates and deletes).
  • Caching on the archive page should be broken when we add a new post.
  • Caching on the categor

Improve this page

Add a description, image, and links to the blog-platform topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blog-platform topic, visit your repo's landing page and select "manage topics."

Learn more