class Pundit::CacheStore::NullStore

A cache store that does not cache anything.

Use ‘NullStore.instance` to get the singleton instance, it is thread-safe.

@see Pundit::Context#initialize @api private