249250251252253254255
/** * Create a default instance of the class cache using an internal implementation. Currently this implementation * uses a hash map of SoftReference objects. */ public void setDefaultClassCache() { this.classCache = new SoftClassCache(); }