Does Propel support caching?
Propel does not support caching of loaded objects. Torque does support caching through Manager classes, but these have not been included in Propel: it was felt that Managers would not add significant performance benefit in a PHP environment. Of course, you can always override methods like doSelect() in your Peer class to implement your own caching model.