Does anyone know any cache providers for .NET that support streaming data directly in/out by key, rather than serializing/deserializing objects?
I was rather hoping AppFabric (Velocity) would, but it only appears to deal with objects like the built-in ASP.NET cache.