org.as2lib.core.BasicClass +--org.as2lib.env.reflect.ReflectConfig
ReflectConfig
is the main config used to globally configure key parts of
the work the classes of the reflect package try to solve.
static public function getCache(Void):Cache
Returns the cache used to cache all classes and packages that have already been found.
If no cache was set manually via setCache the default cache will be returned, that is an instance of class SimpleCache and that is configured with the root package returned by the PackageInfo.getRootPackage method.
the cache used to cache classes and packages