caching icon indicating copy to clipboard operation
caching copied to clipboard

A C# framework library for wrapping .NET cache access, including the MemoryCache, AppFabric Cache, Memcached and a disk cache. Use any cache provider in AOP-style, or as an ASP.NET output cache.

Results 4 caching issues
Sort by recently updated
recently updated
newest added

I noticed in my log.txt error file I have a ton of the errors below. I could disable logging warnings, but I'm just wondering if this warning can be resolved...

Feature suggestion: support compressing cached objects. One way to implement this would be to support pluggable Streams; not sure what impact this will have on performance.

A feature suggestion: support Protocol Buffers as a serialization format using http://code.google.com/p/protobuf-net/ or similar.

Hanging this here as an opportunity for (potential) users to vocalize their need for .NET 3.5 support. Some features / caches might not be supported. Most of the work looks...