Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
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/Tests/Core/Flood/MemoryBackendTest.php Tests the memory flood implementation.
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/Cache/MemoryBackendTest.php Tests the MemoryBackend cache.
MemoryBackendTest.php file core/tests/Drupal/Tests/Core/Cache/MemoryBackendTest.php
MemoryBackendTest.php file core/tests/Drupal/Tests/Core/Flood/MemoryBackendTest.php
MemoryBackendTest.php file core/tests/Drupal/KernelTests/Core/Cache/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::testGarbageCollection function core/tests/Drupal/Tests/Core/Cache/MemoryBackendTest.php Tests that expired cache items are removed from memory.
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.
MemoryCache class core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php Defines a memory cache implementation.
MemoryCache.php file core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php
MemoryCache::prepareItem function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php Prepares a cached item.
MemoryCache::set function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php Stores data in the persistent cache.
MemoryCacheFactory class core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php The memory cache factory.
MemoryCacheFactory.php file core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php
MemoryCacheFactory::$bins property core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Instantiated memory cache bins.
MemoryCacheFactory::get function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Gets a cache backend class for a given cache bin.
MemoryCacheFactory::__construct function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php Constructs a MemoryCounterBackendFactory object.
MemoryCacheGenericTest class core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Unit test of the memory cache using the generic cache unit test base.
MemoryCacheGenericTest.php file core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php
MemoryCacheGenericTest::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Most cache backends ensure changes to objects do not affect the cache.
MemoryCacheGenericTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php Creates a new instance of MemoryCache.
MemoryCacheInterface interface core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php Defines an interface for memory cache implementations.
MemoryCacheInterface.php file core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php
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.
MemoryCounterBackend::delete function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Deletes an item from the cache.
MemoryCounterBackend::get function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns data from the persistent cache.
MemoryCounterBackend::getCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Returns the call counter for the get, set and delete methods.
MemoryCounterBackend::increaseCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Increase the counter for a function with a certain cid.
MemoryCounterBackend::resetCounter function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Resets the call counter.
MemoryCounterBackend::set function core/lib/Drupal/Core/Cache/MemoryCounterBackend.php Stores data in the persistent cache.
MemoryCounterBackendFactory class core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Defines the memory counter backend factory.
MemoryCounterBackendFactory.php file core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php
MemoryCounterBackendFactory::$bins property core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Instantiated memory cache bins.
MemoryCounterBackendFactory::get function core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Gets a cache backend class for a given cache bin.
MemoryCounterBackendFactory::__construct function core/lib/Drupal/Core/Cache/MemoryCounterBackendFactory.php Constructs a MemoryCounterBackendFactory object.
MemoryStorage class core/lib/Drupal/Core/Config/MemoryStorage.php Provides an in memory configuration storage.
MemoryStorage class core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php Defines a default key/value store implementation.
MemoryStorage.php file core/lib/Drupal/Core/KeyValueStore/MemoryStorage.php
MemoryStorage.php file core/lib/Drupal/Core/Config/MemoryStorage.php

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