| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\Cache\CacheTest:
 Collaboration diagram for ILIAS\Cache\CacheTest:Public Member Functions | |
| testActivatedComponents () | |
| testMultipleContainers () | |
| testLock () | |
| testInvalidLockTimes (float|int $time) | |
| getInvalidLockTimes  More... | |
| testDelete () | |
| testDefaultAdaptor () | |
| testFlush () | |
| testAPCAdapter () | |
| testMemcachedAdapter () | |
| testObjectStorage () | |
| testTypes () | |
| testIncomatibleType () | |
| testIncomatibleTypeNested () | |
Data Fields | |
| const | TEST_CONTAINER = 'test_container' | 
Protected Member Functions | |
| setUp () | |
| getConfig (string $adaptor_name=Config::PHPSTATIC) | |
| getDummyRequest (string $container_key) | |
Private Member Functions | |
| getInvalidLockTimes () | |
Private Attributes | |
| ilLanguage | $language_mock | 
| ILIAS Refinery Factory | $refinery | 
Definition at line 37 of file CacheTest.php.
      
  | 
  protected | 
Definition at line 61 of file CacheTest.php.
Referenced by ILIAS\Cache\CacheTest\setUp(), ILIAS\Cache\CacheTest\testAPCAdapter(), ILIAS\Cache\CacheTest\testDefaultAdaptor(), ILIAS\Cache\CacheTest\testDelete(), ILIAS\Cache\CacheTest\testFlush(), ILIAS\Cache\CacheTest\testIncomatibleType(), ILIAS\Cache\CacheTest\testIncomatibleTypeNested(), ILIAS\Cache\CacheTest\testInvalidLockTimes(), ILIAS\Cache\CacheTest\testLock(), ILIAS\Cache\CacheTest\testMemcachedAdapter(), ILIAS\Cache\CacheTest\testObjectStorage(), and ILIAS\Cache\CacheTest\testTypes().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 462 of file CacheTest.php.
Referenced by ILIAS\Cache\CacheTest\testAPCAdapter(), ILIAS\Cache\CacheTest\testDefaultAdaptor(), ILIAS\Cache\CacheTest\testDelete(), ILIAS\Cache\CacheTest\testFlush(), ILIAS\Cache\CacheTest\testIncomatibleType(), ILIAS\Cache\CacheTest\testIncomatibleTypeNested(), ILIAS\Cache\CacheTest\testInvalidLockTimes(), ILIAS\Cache\CacheTest\testLock(), ILIAS\Cache\CacheTest\testMemcachedAdapter(), ILIAS\Cache\CacheTest\testMultipleContainers(), ILIAS\Cache\CacheTest\testObjectStorage(), and ILIAS\Cache\CacheTest\testTypes().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 172 of file CacheTest.php.
      
  | 
  protected | 
Definition at line 46 of file CacheTest.php.
References ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\Config\PHPSTATIC, and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testActivatedComponents | ( | ) | 
Definition at line 76 of file CacheTest.php.
References ILIAS\Cache\Config\PHPSTATIC.
| ILIAS\Cache\CacheTest::testAPCAdapter | ( | ) | 
Definition at line 264 of file CacheTest.php.
References $container, ILIAS\Cache\Config\APCU, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testDefaultAdaptor | ( | ) | 
Definition at line 207 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), ILIAS\Cache\Config\PHPSTATIC, and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testDelete | ( | ) | 
Definition at line 193 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testFlush | ( | ) | 
Definition at line 242 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testIncomatibleType | ( | ) | 
Definition at line 431 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testIncomatibleTypeNested | ( | ) | 
Definition at line 448 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testInvalidLockTimes | ( | float|int | $time | ) | 
getInvalidLockTimes
Definition at line 185 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testLock | ( | ) | 
Definition at line 139 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), and ILIAS\Cache\CacheTest\getDummyRequest().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testMemcachedAdapter | ( | ) | 
Definition at line 297 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Cache\Config\MEMCACHED.
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testMultipleContainers | ( | ) | 
Definition at line 100 of file CacheTest.php.
References ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Cache\Config\PHPSTATIC.
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testObjectStorage | ( | ) | 
Definition at line 328 of file CacheTest.php.
References $container, $data, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:| ILIAS\Cache\CacheTest::testTypes | ( | ) | 
Definition at line 347 of file CacheTest.php.
References $container, ILIAS\Cache\CacheTest\getConfig(), ILIAS\Cache\CacheTest\getDummyRequest(), and ILIAS\Repository\refinery().
 Here is the call graph for this function:
      
  | 
  private | 
Definition at line 43 of file CacheTest.php.
Definition at line 44 of file CacheTest.php.
| const ILIAS\Cache\CacheTest::TEST_CONTAINER = 'test_container' | 
Definition at line 39 of file CacheTest.php.