class Pundit::CacheStore::LegacyStore

A cache store that uses only the record as a cache key, and ignores the user.

The original cache mechanism used by Pundit.

@api private