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 main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests the memory flood implementation. |
| MemoryBackendTest | class | core/ |
Unit test of the memory cache backend using the generic cache unit test base. |
| MemoryBackendTest | class | core/ |
Tests the MemoryBackend cache. |
| 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/ |
Stores data in the persistent cache. |
| MemoryCacheFactory | class | core/ |
The memory cache factory. |
| MemoryCacheFactory.php | file | core/ |
|
| MemoryCacheFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryCacheFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| 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/ |
Most cache backends ensure changes to objects do not affect the cache. |
| 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/ |
|
| MemoryCounterBackend::$counter | property | core/ |
Stores a list of cache cid calls keyed by function name. |
| MemoryCounterBackend::delete | function | core/ |
Deletes an item from the cache. |
| MemoryCounterBackend::get | function | core/ |
Returns data from the persistent cache. |
| MemoryCounterBackend::getCounter | function | core/ |
Returns the call counter for the get, set and delete methods. |
| MemoryCounterBackend::increaseCounter | function | core/ |
Increase the counter for a function with a certain cid. |
| MemoryCounterBackend::resetCounter | function | core/ |
Resets the call counter. |
| MemoryCounterBackend::set | function | core/ |
Stores data in the persistent cache. |
| MemoryCounterBackendFactory | class | core/ |
Defines the memory counter backend factory. |
| MemoryCounterBackendFactory.php | file | core/ |
|
| MemoryCounterBackendFactory::$bins | property | core/ |
Instantiated memory cache bins. |
| MemoryCounterBackendFactory::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| MemoryCounterBackendFactory::__construct | function | core/ |
Constructs a MemoryCounterBackendFactory object. |
| MemoryStorage | class | core/ |
Provides an in memory configuration storage. |
| MemoryStorage | class | core/ |
Defines a default key/value store implementation. |
| MemoryStorage.php | file | core/ |
|
| MemoryStorage.php | file | core/ |
Pagination
- Previous page
- Page 1061
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.