Runtime tools : Core components : Externalizers : Concepts : Object cache : Cache structure and growth : Growth by types
  
Growth by types
An object cache grows each time the externalizer caches an object that does not already exist in the cache. The toolkit creates an entry in the cache's Hashtable with the name of the object type as the key and the Vector that contains the object instance as the value. This increases the size of the object cache by one type.
Go up to
Cache structure and growth