<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>MemoryCache on Alastair&#39;s Blog</title>
    <link>https://alastaircrabtree.com/tags/memorycache/</link>
    <description>Recent content in MemoryCache on Alastair&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Fri, 12 Jul 2019 14:29:47 +0000</lastBuildDate>
    <atom:link href="https://alastaircrabtree.com/tags/memorycache/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Absolute cache expiry corrupts absolutely?</title>
      <link>https://alastaircrabtree.com/posts/absolute-cache-expiry-corrupts-absolutely/</link>
      <pubDate>Fri, 12 Jul 2019 14:29:47 +0000</pubDate>
      <guid>https://alastaircrabtree.com/posts/absolute-cache-expiry-corrupts-absolutely/</guid>
      <description>Should you specify absolute expiry of a cache item from the current time or from the current time in the UTC time zone? The answer may not be what you expect.</description>
    </item>
    <item>
      <title>Cache the result of an async method using LazyCache</title>
      <link>https://alastaircrabtree.com/posts/cache-the-result-of-an-async-method-using-lazycache/</link>
      <pubDate>Fri, 30 Sep 2016 07:00:00 +0000</pubDate>
      <guid>https://alastaircrabtree.com/posts/cache-the-result-of-an-async-method-using-lazycache/</guid>
      <description>The latests release of LazyCache, my open source cache library based on ObjectCache, makes it easy to cache the results of asynchronous or Task returning methods, so now it is simpler for you to speed up your application.
Why bother with Async? Async code tends to be more efficient as you release threads while they are waiting for the response from an asynchronous resource, but at a cost of added code complexity.</description>
    </item>
    <item>
      <title>LazyCache: The easy way to add caching to your .net app &amp; make it fast</title>
      <link>https://alastaircrabtree.com/posts/the-easy-way-to-add-caching-to-net-application-and-make-it-faster-is-called-lazycache/</link>
      <pubDate>Mon, 23 May 2016 20:05:00 +0000</pubDate>
      <guid>https://alastaircrabtree.com/posts/the-easy-way-to-add-caching-to-net-application-and-make-it-faster-is-called-lazycache/</guid>
      <description>tl;dr If you need to speed up your c# application you probably need to add caching, and the easiest way to do that is use the source library I wrote called LazyCache.
Do I need to cache? Lots of apps don&amp;rsquo;t need caching because web servers and databases are fast. However many apps get to a point where performance becomes an issue, and adding caching is one easy way to get a significant performance boost.</description>
    </item>
  </channel>
</rss>
