Creates a plugin that adds random jitter to TTL values on cache add and
put operations.
Applying jitter to TTLs helps prevent cache stampedes / thundering-herd
problems by staggering the expiration times of cache entries that were
originally created with the same TTL.
The jitter factor as a ratio of the original TTL.
For example, 0.2 means the TTL will be randomly adjusted by 20 %.
A value of 0 disables jitter entirely.
Creates a plugin that adds random jitter to TTL values on cache
addandputoperations.Applying jitter to TTLs helps prevent cache stampedes / thundering-herd problems by staggering the expiration times of cache entries that were originally created with the same TTL.