[jboss-user] [JBoss Cache: Core Edition] - Re: ExpirationPolicy & ClusteredCacheLoader

lovelyliatroim do-not-reply at jboss.com
Wed Feb 4 07:15:01 EST 2009


anonymous wrote : 
  | Specifically, do you use the DataGravitationInterceptor (used with buddy replication) or the ClusteredCacheLoader (not used with BR, but simply used as a cache loader impl) ? 
  | 

I use the ClusteredCacheLoader simply as a cache loader impl

Configured like so 


  | <attribute name="CacheLoaderConfig" replace="false">
  |         <config>
  | 	 <cacheloader>
  | 		<class>org.jboss.cache.loader.ClusteredCacheLoader</class>
  | 			<properties>
  | 				timeout=1500
  | 			</properties>
  | 		</cacheloader>
  | 			 
  |          </config>
  | 	</attribute>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206920#4206920

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4206920



More information about the jboss-user mailing list