v0.1.10-beta1
Pre-releaseThis is the first BETA release containing the new Backplane #11 π.
It contains everything that was already in alpha1 and alpha2 plus:
β A little refactoring
In preparation for the big official release I've changed a couple of names to make them prettier and shorter. For example I went from SendBackplaneNotification
to Publish
, etc
π’ Backplane granularity
Now backplane notifications are more granular, differentiating between entry SET and REMOVE. Also added the instant in which a notification has been generated, for a better synchronization.
β‘ Performance
Way better peformance for serialization of backplane messages (RedisBackplane
).
π Logging (backplane)
Added backplane options to the log string for FusionCacheEntryOptions
.
π Added HasBackplane
A new bool
property has been added to IFusionCache
to let you know if there is a backplane.
π Tell me what you think
Please try it and let me know so I can push the final version out!