Classes

Defines the AccountPermissionsCacheContext service, for "per permission" caching.

Converts cache context tokens into cache keys.

Adds cache_contexts parameter to the container.

A value object to store generated cache keys with its cacheability metadata.

Defines the CookiesCacheContext service, for "per cookie" caching.

Defines the HeadersCacheContext service, for "per header" caching.

Defines the IpCacheContext service, for "per IP address" caching.

Defines a cache context for whether the URL is the front page of the site.

Defines the IsSuperUserCacheContext service, for "super user or not" caching.

Defines the LanguagesCacheContext service, for "per language" caching.

Defines the MenuActiveTrailsCacheContext service.

Defines a cache context for "per page in a pager" caching.

Defines the PathCacheContext service, for "per URL path" caching.

Defines a cache context service for path parents.

Defines the ProtocolVersionCacheContext service, for "per protocol" caching.

Defines the QueryArgsCacheContext service, for "per query args" caching.

Defines the RequestFormatCacheContext service, for "per format" caching.

Defines a base class for cache contexts depending only on the request stack.

Defines the RouteCacheContext service, for "per route" caching.

Defines the RouteCacheContext service, for "per route name" caching.

Defines the SessionCacheContext service, for "per session" caching.

Defines the SessionExistsCacheContext service, for "session or not" caching.

Defines the SiteCacheContext service, for "per site" caching.

Defines the ThemeCacheContext service, for "per theme" caching.

Defines the TimeZoneCacheContext service, for "per time zone" caching.

Defines the UrlCacheContext service, for "per page" caching.

Defines the UserCacheContext service, for "per user" caching.

Base class for user-based cache contexts.

Defines the UserRolesCacheContext service, for "per role" caching.

Interfaces

Provides an interface for defining a cache context service.

Provides an interface for defining a calculated cache context service.