Caching errors

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to be able to cache a queue in a VB.Net application. I assume I need
to use system.web.caching.

I can create a cache: myCache = new Cache
But I can't access it: isnothing(myCache) returns false but
myCache.Count, isnothing(myCache.Count), myCache(<key>) = <queue object>,
etc, all cause a NullReference Exception.

What am I missing?

Brenton
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top