You are here

private property AbstractQueuedCachedClassLoader::$n in X Autoload 7.5

Type: int

File

src/ClassLoader/AbstractQueuedCachedClassLoader.php, line 37

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 $n = 0;