Nix obsolete cache documentation. The enum is pretty self documenting.

This commit is contained in:
Michael Bayne
2009-05-29 00:13:07 +00:00
parent 4b6dc9f5c7
commit f052bba59d
@@ -360,10 +360,6 @@ public abstract class DepotRepository
/**
* Loads all persistent objects that match the specified clauses.
*
* @param skipCache if true, our normal mixed select strategy that allows cached records to be
* loaded from the cache will not be used even if it otherwise could. See {@link
* #findAll(Class,Collection)} for details on the mixed strategy.
*
* @throws DatabaseException if any problem is encountered communicating with the database.
*/
protected <T extends PersistentRecord> List<T> findAll (