Goods.CacheManager.insertInCache Function
insertInCache insert object in one of two cache LRU lists depending on its current state. If total size of objects in this part of the cache exceeds limit value, least recently used objects will be removed from the cache (and from client memory) until total size of objects becomes less or equal than limit.

Public void insertInCache (Goods.ObjectHeader)
  Type Name Description  
    ObjectHeader obj a ObjectHeader value  
  Return Description  
    void