Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryBackend::invalidate | function | core/ |
|
| MemoryBackend::invalidateMultiple | function | core/ |
|
| MemoryBackend::invalidateTags | function | core/ |
|
| MemoryBackend::isAllowed | function | core/ |
|
| MemoryBackend::prepareItem | function | core/ |
Prepares a cached item. |
| MemoryBackend::register | function | core/ |
|
| MemoryBackend::removeBin | function | core/ |
|
| MemoryBackend::reset | function | core/ |
Reset statically cached variables. |
| MemoryBackend::set | function | core/ |
|
| MemoryBackend::setMultiple | function | core/ |
|
| MemoryBackend::__construct | function | core/ |
Constructs a MemoryBackend object. |
| MemoryBackend::__construct | function | core/ |
Construct the MemoryBackend. |
| MemoryBackend::__sleep | function | core/ |
Prevents data stored in memory backends from being serialized. |
| MemoryBackendFactory | class | core/ |
Defines a memory cache backend factory. |
| MemoryBackendFactory.php | file | core/ |
|
| MemoryBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryBackendFactory::get | function | core/ |
|
| MemoryBackendFactory::__construct | function | core/ |
Constructs a MemoryBackendFactory object. |
| MemoryBackendTest | class | core/ |
Tests the MemoryBackend cache. |
| MemoryBackendTest | class | core/ |
Tests the memory flood implementation. |
| MemoryBackendTest | class | core/ |
Unit test of the memory cache backend using the generic cache unit test base. |
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest.php | file | core/ |
|
| MemoryBackendTest::$flood | property | core/ |
The tested memory flood backend. |
| MemoryBackendTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryBackend. |
| MemoryBackendTest::setUp | function | core/ |
|
| MemoryBackendTest::testAllowedProceeding | function | core/ |
Tests an allowed flood event. |
| MemoryBackendTest::testExpiring | function | core/ |
Tests a flood event with expiring, so cron will allow to proceed. |
| MemoryBackendTest::testGarbageCollection | function | core/ |
Tests that expired cache items are removed from memory. |
| MemoryBackendTest::testMemoryBackendThreshold | function | core/ |
Tests memory backend records events to the nearest microsecond. |
| MemoryBackendTest::testNotAllowedProceeding | function | core/ |
Tests a flood event with more than the allowed calls. |
| MemoryBackendTest::testNotExpiring | function | core/ |
Tests a flood event with no expiring, so cron will not allow to proceed. |
| MemoryCache | class | core/ |
Defines a memory cache implementation. |
| MemoryCache.php | file | core/ |
|
| MemoryCache::prepareItem | function | core/ |
Prepares a cached item. |
| MemoryCache::set | function | core/ |
|
| MemoryCacheFactory | class | core/ |
The memory cache factory. |
| MemoryCacheFactory.php | file | core/ |
|
| MemoryCacheFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryCacheFactory::get | function | core/ |
|
| MemoryCacheFactory::__construct | function | core/ |
Constructs a MemoryCounterBackendFactory object. |
| MemoryCacheGenericTest | class | core/ |
Unit test of the memory cache using the generic cache unit test base. |
| MemoryCacheGenericTest.php | file | core/ |
|
| MemoryCacheGenericTest::$testObjectProperties | property | core/ |
|
| MemoryCacheGenericTest::createCacheBackend | function | core/ |
Creates a new instance of MemoryCache. |
| MemoryCacheInterface | interface | core/ |
Defines an interface for memory cache implementations. |
| MemoryCacheInterface.php | file | core/ |
|
| MemoryCounterBackend | class | core/ |
Defines a memory cache implementation that counts set and get calls. |
| MemoryCounterBackend.php | file | core/ |
Pagination
- Previous page
- Page 1035
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.