Runtime tools : Core components : Externalizers : Concepts : Object cache : Cache structure and growth
  
Cache structure and growth
The toolkit implements each object cache as a Hashtable that maps the name of the cacheable object to a Vector that contains instances of the cacheable object. This implementation means that the size of an object cache can increase both in the number of types stored in it and in the number of instances of the types.
This graphic is described in the surrounding text.
See
Growth by types
Growth by instances
Go up to
Object cache