Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
MemoryBackend class core/lib/Drupal/Core/Cache/MemoryBackend.php Defines a memory cache implementation.
MemoryBackend.php file core/lib/Drupal/Core/Flood/MemoryBackend.php
MemoryBackend.php file core/lib/Drupal/Core/Cache/MemoryBackend.php
MemoryBackend::$cache property core/lib/Drupal/Core/Cache/MemoryBackend.php Array to store cache objects.
MemoryBackend::$events property core/lib/Drupal/Core/Flood/MemoryBackend.php An array holding flood events, keyed by event name and identifier.
MemoryBackend::$requestStack property core/lib/Drupal/Core/Flood/MemoryBackend.php The request stack.
MemoryBackend::clear function core/lib/Drupal/Core/Flood/MemoryBackend.php Makes the flood control mechanism forget an event for the current visitor.
MemoryBackend::clearByPrefix function core/lib/Drupal/Core/Flood/MemoryBackend.php Makes the flood control mechanism forget an event by identifier prefix.
MemoryBackend::delete function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes an item from the cache.
MemoryBackend::deleteAll function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes all cache items in a bin.
MemoryBackend::deleteMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Deletes multiple items from the cache.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Flood/MemoryBackend.php Cleans up expired flood events.
MemoryBackend::garbageCollection function core/lib/Drupal/Core/Cache/MemoryBackend.php Performs garbage collection on a cache bin.
MemoryBackend::get function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache.
MemoryBackend::getMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Returns data from the persistent cache when given an array of cache IDs.
MemoryBackend::getRequestTime function core/lib/Drupal/Core/Cache/MemoryBackend.php Wrapper method for REQUEST_TIME constant.
MemoryBackend::invalidate function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks a cache item as invalid.
MemoryBackend::invalidateAll function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks all cache items as invalid.
MemoryBackend::invalidateMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items as invalid.
MemoryBackend::invalidateTags function core/lib/Drupal/Core/Cache/MemoryBackend.php Marks cache items with any of the specified tags as invalid.
MemoryBackend::isAllowed function core/lib/Drupal/Core/Flood/MemoryBackend.php Checks whether a user is allowed to proceed with the specified event.
MemoryBackend::prepareItem function core/lib/Drupal/Core/Cache/MemoryBackend.php Prepares a cached item.
MemoryBackend::register function core/lib/Drupal/Core/Flood/MemoryBackend.php Registers an event for the current visitor to the flood control mechanism.
MemoryBackend::removeBin function core/lib/Drupal/Core/Cache/MemoryBackend.php Remove a cache bin.
MemoryBackend::reset function core/lib/Drupal/Core/Cache/MemoryBackend.php Reset statically cached variables.
MemoryBackend::set function core/lib/Drupal/Core/Cache/MemoryBackend.php Stores data in the persistent cache.
MemoryBackend::setMultiple function core/lib/Drupal/Core/Cache/MemoryBackend.php Store multiple items in the persistent cache.
MemoryBackend::__construct function core/lib/Drupal/Core/Flood/MemoryBackend.php Construct the MemoryBackend.
MemoryBackend::__construct function core/lib/Drupal/Core/Cache/MemoryBackend.php Constructs a MemoryBackend object.
MemoryBackend::__sleep function core/lib/Drupal/Core/Cache/MemoryBackend.php Prevents data stored in memory backends from being serialized.
MemoryBackendFactory class core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
MemoryBackendFactory.php file core/lib/Drupal/Core/Cache/MemoryBackendFactory.php
MemoryBackendFactory::$bins property core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Instantiated memory cache bins.
MemoryBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryBackendFactory::__construct function core/lib/Drupal/Core/Cache/MemoryBackendFactory.php Constructs a MemoryBackendFactory object.
MemoryBackendTest class core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Unit test of the memory cache backend using the generic cache unit test base.
MemoryBackendTest class core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests the memory flood implementation.
MemoryBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php
MemoryBackendTest.php file core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest::$flood property core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php The tested memory flood backend.
MemoryBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php Creates a new instance of MemoryBackend.
MemoryBackendTest::setUp function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest::testAllowedProceeding function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests an allowed flood event.
MemoryBackendTest::testExpiring function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with expiring, so cron will allow to proceed.
MemoryBackendTest::testMemoryBackendThreshold function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests memory backend records events to the nearest microsecond.
MemoryBackendTest::testNotAllowedProceeding function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with more than the allowed calls.
MemoryBackendTest::testNotExpiring function core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php Tests a flood event with no expiring, so cron will not allow to proceed.
MemoryCounterBackend class core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Defines a memory cache implementation that counts set and get calls.
MemoryCounterBackend.php file core/lib/Drupal/Core/Cache/MemoryCounterBackend.php
MemoryCounterBackend::$counter property core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Stores a list of cache cid calls keyed by function name.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.