You are here

private property AbstractQueuedCachedClassLoader::$toBeDeleted in X Autoload 7.5

Type: string[]

File

src/ClassLoader/AbstractQueuedCachedClassLoader.php, line 42

Class

AbstractQueuedCachedClassLoader
Bass class for cached class loader decorators where cache entries cannot be written one by one, but have to be written all at once instead.

Namespace

Drupal\xautoload\ClassLoader

Code

private $toBeDeleted = array();