I need simple and free write-behind cache for .NET. Does not have to be 100% reliable or fast. I have a growing website and I need something till Microsoft finally releases Velocity which should have write-behind in the near future.
- Do we have a simple write behind cache implementation for .NET?
- Do we have any .NET code samples on write-behind caching?
UPDATE
Please read the question carefully.
WRITE-BEHIND CACHE
Non any kind of cache. Not free version of NCache, not MemCached.
If you want to know what WRITE-BEHIND is - check this Oracle article