I am wanting to compress results from QUERYS of the database before adding them to the cache.
I want to be able to compress any reference type.
I have a working version of this for compressing strings.. the idea based on scott hanselman 's blog post http://shrinkster.com/173t
any ideas for compressing a .net object?
I know that it will be a read only cache since the objects in the cache will just be byte arrays..