javascriptcachingbrowser-cachebreeze

Breeze JS Cache Limits?


Does anyone know if there are any set cache limits within BreezeJS in the client side persistence manager? We are choosing how we attack a disconnected scenario depending on how much data we can pull down from the server to the client before hitting issues. We don't need to pull down the entire database, but a user with a large data set could need to pull down a substantial set of data.

Also are there different limits with different browsers?


Solution

  • There is no real memory limit, just the amount of memory on your machine. However, depending on the speed of your machine, other limiting factors include

    For all of these, your best bet is to try it and see.