Skip to content

Added fullCompress feature

Latest

Choose a tag to compare

@thomas-alrek thomas-alrek released this 01 Dec 13:51

The Cache can now compress all data in one single buffer, instead of one buffer for each key. This makes the compression more effective, but also takes a minor performance hit, as the entire buffer has to be decompressed, converted to an Object, then compressed again.

But this can be usefull for big websites.