Increment cache is necessary for when run MRP.

This commit is contained in:
vpj-cd 2008-09-10 19:49:46 +00:00
parent e5800655bd
commit c794877516
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ public class MWarehouse extends X_M_Warehouse
} // get
/** Cache */
private static CCache<Integer,MWarehouse> s_cache = new CCache<Integer,MWarehouse>("M_Warehouse", 5);
private static CCache<Integer,MWarehouse> s_cache = new CCache<Integer,MWarehouse>("M_Warehouse", 50 );
private static CCache<String,MWarehouse> s_cacheInTransit = new CCache<String,MWarehouse>("M_Warehouse", 50 );
/**
* Standard Constructor