Remove the compiled TextScript cache
The cache has no effect, except preventing some scripts to be compiled multiple times. The TextScript compiler should be so fast that is it not unnoticable in most situations.
Without the caching, some of the ConfigurationPrototype classes can be removed, making the whole program structure much easier. This issue might also reduce the memory footprint.