Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
CachedDiscoveryInterface::useCaches | function | core/ |
Disable the use of caches. |
CacheDecoratorInterface | interface | core/ |
Defines an interface for cache decorator implementations. |
CacheDecoratorInterface.php | file | core/ |
|
CacheDecoratorInterface::setCacheKey | function | core/ |
Specify the key to use when writing the cache. |
CacheDecoratorInterface::writeCache | function | core/ |
Write the cache. |
CacheFactoryInterface | interface | core/ |
An interface defining cache factory classes. |
CacheFactoryInterface.php | file | core/ |
|
CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
CacheTagsChecksumInterface | interface | core/ |
Provides checksums for cache tag invalidations. |
CacheTagsChecksumInterface.php | file | core/ |
|
CacheTagsChecksumInterface::getCurrentChecksum | function | core/ |
Returns the sum total of validations for a given set of tags. |
CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION | constant | core/ |
The invalid checksum returned if a database transaction is in progress. |
CacheTagsChecksumInterface::isValid | function | core/ |
Returns whether the checksum is valid for the given cache tags. |
CacheTagsChecksumInterface::reset | function | core/ |
Reset statically cached tags. |
CacheTagsInvalidatorInterface | interface | core/ |
Defines required methods for classes wanting to handle cache tag changes. |
CacheTagsInvalidatorInterface.php | file | core/ |
|
CacheTagsInvalidatorInterface::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
CalculatedCacheContextInterface | interface | core/ |
Provides an interface for defining a calculated cache context service. |
CalculatedCacheContextInterface.php | file | core/ |
|
CalculatedCacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context based on the parameter value. |
CalculatedCacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
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.