J
Joel Barsotti
I'm trying to get sql cache dependency working correctly.
I've got sql server 2005 for my back end.
I've don the "ALTER DATABASE dbName SET broker_enable" command.
I made sure the user in my connection string has subscripe notifications
permission set to grant.
But now it seems that the cache is kicking my product out of the cache
immediately.
I'm using Cache.Insert(prodName, productObject, prodDepenancy) to put
stuff into the cache, and when I go to refresh the page Cache[prodName] has
reverted to null.
Any ideas?
I've got sql server 2005 for my back end.
I've don the "ALTER DATABASE dbName SET broker_enable" command.
I made sure the user in my connection string has subscripe notifications
permission set to grant.
But now it seems that the cache is kicking my product out of the cache
immediately.
I'm using Cache.Insert(prodName, productObject, prodDepenancy) to put
stuff into the cache, and when I go to refresh the page Cache[prodName] has
reverted to null.
Any ideas?