Re: DataView, DataGrid and IsPostBack

Tech-Archive recommends: Speed Up your PC by fixing your registry



My point was that you already cache it, but you do not assign it to the
ListView everytime. If it grows too big, then maybe caching is not a
good option anymore and the only way left is to get it everytime from
the db.
This really depends on your requirements. If speed is the most
important thing, then cache it and get an appropriate box. If you have
to balance it, then I would suggest you only cache lists up to a
certain size and get the big ones directly.

.



Relevant Pages

  • Re: BigDecimal API docs andd "reuse"
    ... > return new BigDecimal(BigInteger.valueOf(unscaledVal), scale); ... BigInteger#valueOfdoes cache however, so indirectly there is caching ... Prev by Date: ...
    (comp.lang.java.programmer)
  • caching is application level or session
    ... I am using Output directive at page level for caching the page. ... If i refresh ... it does not comes from the cache.. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re[2]: [PHP] dynamic -> static
    ... As I wrote already this issue is mainly because of search engines ... incompatibility with dynamic content sites (to be more exact - with ... You can cache your code using PHP Accelerator or Turck ... MM> implementing a caching layer between your application and your database. ...
    (php.general)
  • Re: [PHP] Aggressive PHP Smart Caching
    ... i have begun to experiment w/ your caching tool. ... it is also important that the script calling ob_end_flushhave access to ... the header method in the first bit of code in the cache tool. ...
    (php.general)
  • Re: [PHP] dynamic -> static
    ... You can cache your code using PHP Accelerator or Turck ... implementing a caching layer between your application and your database. ... 404 causes it to error out regardless of the content of the response. ... with any caching system as above - finding and flushing stale data. ...
    (php.general)