-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: syscache2 command-base caching problem
PostPosted: Fri Aug 01, 2008 7:20 am 
Newbie

Joined: Fri Aug 01, 2008 7:16 am
Posts: 1
Hi,
I'm trying to implement syscache2 in my demo application. I've used the table-based dependency n it works fine. Now I'm trying to implement command-based dependency in my application. this is what I'm doing in my web.config.
<syscache2>
<cacheRegion name="CacheRegionForSysCache2">
<dependencies>
<commands>
<add name="SubjectTableQuery"
command="Select Id, Subject , Duration from dbo.tbl_Subject"/>
</commands>
</dependencies>
</cacheRegion>
</syscache2>

I started the service-broker listener in my app n enabled the service-broker in the database as well. it works fine untill i cache one business entity only. In case of when i cache other entities my all the cache is expired where it should only expire the command results.

Can any one help me out plz.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.