Find() Method

Hii Friends,

Can u Please explain me the importance of Find() method on tables.I am confused with the find method.Thanks in Advance

Thank You

It is common to find a record in a table by primary key, therefore as a best practice, a static find method should be implemented. The find method should be implemented in a way that record cache is used.