A Dummy implementation without any persistent abilities.
Class Details
[line 34]
The AutoloaderIndex stores the location of class defintions for speeding up recurring searches.
Searching a class definition in the filesystem takes a lot of time, as every file is read. To avoid these long searches, a found class definition will be stored in an index. The next search for an already found class definition will take no time.