Expose experiment specific cache utility methods.

So, it would be handy to have some tooling in place before long to be able to write things like:

CustomExperiment.cache.clear
experiment(:custom, actor: User.first).cache.delete

Or something to that effect.