Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CacheableDependencyInterface | interface | core/ |
Defines an interface for objects which may be used by other cached objects. |
CacheableDependencyInterface.php | file | core/ |
|
CacheableDependencyInterface::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
CacheableDependencyInterface::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
CacheableDependencyInterface::getCacheTags | function | core/ |
The cache tags associated with this object. |
CacheableNormalizerInterface | interface | core/ |
Defines the interface for normalizers producing cacheable normalizations. |
CacheableNormalizerInterface.php | file | core/ |
|
CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY | constant | core/ |
Name of key for bubbling cacheability metadata via serialization context. |
CacheableResponseInterface | interface | core/ |
Defines an interface for responses that can expose cacheability metadata. |
CacheableResponseInterface.php | file | core/ |
|
CacheableResponseInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
CacheableResponseInterface::getCacheableMetadata | function | core/ |
Returns the cacheability metadata for this response. |
CacheableRouteProviderInterface | interface | core/ |
Extends the router provider interface to provide caching support. |
CacheableRouteProviderInterface.php | file | core/ |
|
CacheableRouteProviderInterface::addExtraCacheKeyPart | function | core/ |
Adds a cache key part to be used in the cache ID of the route collection. |
CacheBackendInterface | interface | core/ |
Defines an interface for cache implementations. |
CacheBackendInterface.php | file | core/ |
|
CacheBackendInterface::CACHE_PERMANENT | constant | core/ |
Indicates that the item should never be removed unless explicitly deleted. |
CacheBackendInterface::delete | function | core/ |
Deletes an item from the cache. |
CacheBackendInterface::deleteAll | function | core/ |
Deletes all cache items in a bin. |
CacheBackendInterface::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
CacheBackendInterface::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
CacheBackendInterface::get | function | core/ |
Returns data from the persistent cache. |
CacheBackendInterface::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
CacheBackendInterface::invalidate | function | core/ |
Marks a cache item as invalid. |
CacheBackendInterface::invalidateAll | function | core/ |
Marks all cache items as invalid. |
CacheBackendInterface::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
CacheBackendInterface::removeBin | function | core/ |
Remove a cache bin. |
CacheBackendInterface::set | function | core/ |
Stores data in the persistent cache. |
CacheBackendInterface::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
CacheCollectorInterface | interface | core/ |
Provides a caching wrapper to be used in place of large structures. |
CacheCollectorInterface.php | file | core/ |
|
CacheCollectorInterface::clear | function | core/ |
Clears the collected cache entry. |
CacheCollectorInterface::delete | function | core/ |
Deletes the element. |
CacheCollectorInterface::get | function | core/ |
Gets value from the cache. |
CacheCollectorInterface::has | function | core/ |
Returns whether data exists for this key. |
CacheCollectorInterface::reset | function | core/ |
Resets the local cache. |
CacheCollectorInterface::set | function | core/ |
Sets cache data. |
CacheContextInterface | interface | core/ |
Provides an interface for defining a cache context service. |
CacheContextInterface.php | file | core/ |
|
CacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context. |
CacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
CacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
CachedDiscoveryClearerInterface | interface | core/ |
Provides a way to clear static caches of all plugin managers. |
CachedDiscoveryClearerInterface.php | file | core/ |
|
CachedDiscoveryClearerInterface::addCachedDiscovery | function | core/ |
Adds a plugin manager to the active list. |
CachedDiscoveryClearerInterface::clearCachedDefinitions | function | core/ |
Clears the cache on all cached discoveries. |
CachedDiscoveryInterface | interface | core/ |
Interface for discovery components holding a cache of plugin definitions. |
CachedDiscoveryInterface.php | file | core/ |
|
CachedDiscoveryInterface::clearCachedDefinitions | function | core/ |
Clears static and persistent plugin definition caches. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.