• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

Data loading through cache ERROR

 
Ranch Hand
Posts: 181
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use a cache to load data to my table.Here I refresh my cache for every 5 seconds. My problem is some times my data shows as null whether my cache is not empty.But some times it shows all my data.(IT HAPPENS TIME TO TIME )

this is way that I initialize my cache



I use validation like this before load data to the table,



I  found that when I debug the program my cache is empty.But this validation shows false.So empty data list is loading to the table.(Empty table) I check with the cache size too. Then I found if my cache shows empty but the size has a value. I couldn't find a way to ged rid of this issue.can some one help me to get out from this ???
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic