Example #1
0
 public virtual IList <T> getCachedEntitiesByType <T>(Type type) where T : org.camunda.bpm.engine.impl.db.DbEntity
 {
     type = typeof(T);
     return(dbEntityCache.getEntitiesByType(type));
 }