InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Persist() And Cache() |
|
Answer» persist () allows the user to SPECIFY the storage LEVEL whereas cache () uses the DEFAULT storage level. persist () allows the user to specify the storage level whereas cache () uses the default storage level. |
|