Open andreymir opened 6 years ago
Yeah, primitives do not have to be serialized, that's why a string doesn't go through the serializer/gz compression. You could easily do that yourself though and just cache the compressed byte array?
I just wrapped a sting into a custom object. Maybe this could be mentioned in the documentation http://cachemanager.michaco.net/documentation/CacheManagerSerialization?
Yup, documentation should probably have a statement about that
Here is my cache configuration
When I put
string
into the cache it seems it is not compressed.