<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Glavs Blog - All Comments</title><link>http://weblogs.asp.net/pglavich/default.aspx</link><description>The dotDude of .Net</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>re: CacheAdapter–V2 Now with memcached support</title><link>http://weblogs.asp.net/pglavich/archive/2011/07/04/cacheadapter-v2-now-with-memcached-support.aspx#10341619</link><pubDate>Sat, 25 May 2013 01:42:21 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10341619</guid><dc:creator>Glav</dc:creator><description>&lt;p&gt;Hi Manight,&lt;/p&gt;
&lt;p&gt;Yes its still alive even though I only sporadically do changes to it. I still have an outstanding PULL request to integrate.&lt;/p&gt;
&lt;p&gt;However, I do plan further development around for things like cache dependencies and Redis support.&lt;/p&gt;
&lt;p&gt;To answer your questions though, this abstraction layer currently only offers the lowest level of API that is common across all platforms so specific cache invalidation features are not in place and this one of the things I will be working on. That is, to provide cache invalidation across all platforms using the same API. So while directly asp.net cache and AppFabric do support advanced invalidation features, memcached does not, so the API only supports basic item invalidation at this point.&lt;/p&gt;
&lt;p&gt;Also, memcached does not support sliding cache expiry so defaults to explicit date time expiry.&lt;/p&gt;
&lt;p&gt;Feel free to lodge issues/tickets on the Bitbucket site where the code is hosted.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10341619" width="1" height="1"&gt;</description></item><item><title>re: CacheAdapter–V2 Now with memcached support</title><link>http://weblogs.asp.net/pglavich/archive/2011/07/04/cacheadapter-v2-now-with-memcached-support.aspx#10340530</link><pubDate>Fri, 24 May 2013 20:42:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10340530</guid><dc:creator>manight</dc:creator><description>&lt;p&gt;Hallo Glav,&lt;/p&gt;
&lt;p&gt;is this project still alive and kicking? :)&lt;/p&gt;
&lt;p&gt;I was looking right in those days to some abstraction over the base asp.net caching just in case I will switch to a multi server cloud environment (who knows what happens when you launch your SaaS software LOL).&lt;/p&gt;
&lt;p&gt;Another question (I haven't read your docs yet so forgive me), does AppFabric (guess yes) and MEMCached (guess not............) have all the invalidation features of the asp.net cache or the .net cache like cache priority (that can even be set to NEVER EXPIRE), fixed times and sliding times?&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10340530" width="1" height="1"&gt;</description></item><item><title>Owin, Katana and getting started - Glavs Blog |...</title><link>http://weblogs.asp.net/pglavich/archive/2013/04/05/owin-katana-and-getting-started.aspx#10256411</link><pubDate>Tue, 07 May 2013 12:00:17 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10256411</guid><dc:creator>Owin, Katana and getting started - Glavs Blog |...</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Owin, Katana and getting started - Glavs Blog |...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10256411" width="1" height="1"&gt;</description></item><item><title>The future is now - OWIN and multi-hosting ASP.NET web applications</title><link>http://weblogs.asp.net/pglavich/archive/2013/04/05/owin-katana-and-getting-started.aspx#10250859</link><pubDate>Sun, 05 May 2013 15:16:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10250859</guid><dc:creator>The future is now - OWIN and multi-hosting ASP.NET web applications</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;The future is now - OWIN and multi-hosting ASP.NET web applications&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10250859" width="1" height="1"&gt;</description></item><item><title>re: Owin, Katana and getting started</title><link>http://weblogs.asp.net/pglavich/archive/2013/04/05/owin-katana-and-getting-started.aspx#10193526</link><pubDate>Sun, 21 Apr 2013 23:51:12 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10193526</guid><dc:creator>Glav</dc:creator><description>&lt;p&gt;Hi Bond,&lt;/p&gt;
&lt;p&gt;Sounds like you are missing the Http listener part. Ensure you have the appropriate reference listed. Try downloading the solution from the link provided and compare differences.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10193526" width="1" height="1"&gt;</description></item><item><title>re: Owin, Katana and getting started</title><link>http://weblogs.asp.net/pglavich/archive/2013/04/05/owin-katana-and-getting-started.aspx#10191035</link><pubDate>Sun, 21 Apr 2013 08:39:20 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10191035</guid><dc:creator>Bond</dc:creator><description>&lt;p&gt;hm, something should be missing from the setup description. when I start the project with the settings given above katana complains it cannot find an entry point.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10191035" width="1" height="1"&gt;</description></item><item><title>re: CacheAdapter–V2 Now with memcached support</title><link>http://weblogs.asp.net/pglavich/archive/2011/07/04/cacheadapter-v2-now-with-memcached-support.aspx#10181349</link><pubDate>Thu, 18 Apr 2013 23:28:37 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10181349</guid><dc:creator>Glav</dc:creator><description>&lt;p&gt;Hi Bud,&lt;/p&gt;
&lt;p&gt;It simply looks like you have an incorrect character as the auth key for the AppFabric cache. If you can send your config through I can have a quick look. You can contact me via @glav on twitter or glav AT aspalliance.com&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10181349" width="1" height="1"&gt;</description></item><item><title>re: CacheAdapter–V2 Now with memcached support</title><link>http://weblogs.asp.net/pglavich/archive/2011/07/04/cacheadapter-v2-now-with-memcached-support.aspx#10180713</link><pubDate>Thu, 18 Apr 2013 19:32:11 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10180713</guid><dc:creator>Bud Nesbit</dc:creator><description>&lt;p&gt;I love the idea of having CacheAdapter as a way of switching between HttpRuntime.Cache and AppFabric, but when I configure my web.config for AppFabric, I get an error (following). &amp;nbsp;It works great for &amp;quot;Memory&amp;quot;, but fails for &amp;quot;AppFabric&amp;quot;. &amp;nbsp;I used Nuget.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve Googled but nobody else seems to be having this problem....&lt;/p&gt;
&lt;p&gt;The type initializer for &amp;#39;Glav.CacheAdapter.Core.DependencyInjection.AppServices&amp;#39; threw an exception. ---&amp;gt; Microsoft.ApplicationServer.Caching.DataCacheException: ErrorCode:SubStatus:Authorization token passed by user Invalid. ---&amp;gt; System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10180713" width="1" height="1"&gt;</description></item><item><title>re: Owin, Katana and getting started</title><link>http://weblogs.asp.net/pglavich/archive/2013/04/05/owin-katana-and-getting-started.aspx#10115797</link><pubDate>Mon, 08 Apr 2013 12:46:28 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10115797</guid><dc:creator>Shailendra</dc:creator><description>&lt;p&gt;I never heard both these term before however after reading your fantastically articulated demonstration I now know what exactly OWIN and Katana is.&lt;/p&gt;
&lt;p&gt;Will try to make use of these very soon.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10115797" width="1" height="1"&gt;</description></item><item><title>re: Owin, Katana and getting started</title><link>http://weblogs.asp.net/pglavich/archive/2013/04/05/owin-katana-and-getting-started.aspx#10100619</link><pubDate>Fri, 05 Apr 2013 23:20:23 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10100619</guid><dc:creator>Glav</dc:creator><description>&lt;p&gt;Thanks John. Thats exactly why I wrote the article. Glad it helped.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10100619" width="1" height="1"&gt;</description></item></channel></rss>