Provides checksums for cache tag invalidations.
Cache backends can use this to check if any cache tag invalidations happened for a stored cache item.
To do so, they can inject the cache_tags.invalidator.checksum service, and when a cache item is written, store cache tags together with the current checksum, calculated by getCurrentChecksum(). When a cache item is fetched, the checksum can be validated with isValid(). The service will return FALSE if any of those cache tags were invalidated in th