Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| MemoryBackend | class | core/ |
Defines a memory cache implementation. |
| MemoryBackend.php | file | core/ |
|
| MemoryBackend.php | file | core/ |
|
| MemoryBackend::$cache | property | core/ |
Array to store cache objects. |
| MemoryBackend::$events | property | core/ |
An array holding flood events, keyed by event name and identifier. |
| MemoryBackend::$requestStack | property | core/ |
The request stack. |
| MemoryBackend::clear | function | core/ |
Makes the flood control mechanism forget an event for the current visitor. |
| MemoryBackend::clearByPrefix | function | core/ |
Makes the flood control mechanism forget an event by identifier prefix. |
| MemoryBackend::delete | function | core/ |
Deletes an item from the cache. |
| MemoryBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| MemoryBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| MemoryBackend::garbageCollection | function | core/ |
Cleans up expired flood events. |
| MemoryBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| MemoryBackend::get | function | core/ |
Returns data from the persistent cache. |
| MemoryBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| MemoryBackend::getRequestTime | function | core/ |
Wrapper method for REQUEST_TIME constant. |
| MemoryBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| MemoryBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| MemoryBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| MemoryBackend::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| MemoryBackend::isAllowed | function | core/ |
Checks whether a user is allowed to proceed with the specified event. |
| MemoryBackend::prepareItem | function | core/ |
Prepares a cached item. |
| MemoryBackend::register | function | core/ |
Registers an event for the current visitor to the flood control mechanism. |
| MemoryBackend::removeBin | function | core/ |
Remove a cache bin. |
| MemoryBackend::reset | function | core/ |
Reset statically cached variables. |
| MemoryBackend::set | function | core/ |
Stores data in the persistent cache. |
| MemoryBackend::setMultiple | function | core/ |
Store multiple items in the persistent cache. |
| MemoryBackend::__construct | function | core/ |
Construct the MemoryBackend. |
| MemoryBackend::__construct | function | core/ |
Constructs a MemoryBackend object. |
| MemoryBackend::__sleep | function | core/ |
Prevents data stored in memory backends from being serialized. |
| MemoryBackendFactory | class | core/ |
|
| MemoryBackendFactory.php | file | core/ |
|
| MemoryBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| MemoryBackendFactory::__construct | function | core/ |
Constructs a MemoryBackendFactory object. |
| MemoryBackendTest | class | core/ |
Unit test of the memory cache backend using the generic cache unit test base. |
| MemoryBackendTest | class | core/ |
Tests the memory flood implementation. |
| 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::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. |
| MemoryCounterBackend | class | core/ |
Defines a memory cache implementation that counts set and get calls. |
| MemoryCounterBackend.php | file | core/ |
|
| MemoryCounterBackend::$counter | property | core/ |
Stores a list of cache cid calls keyed by function name. |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.