write behind cache Ehcache new feature?
        Posted  
        
            by cometta
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by cometta
        
        
        
        Published on 2010-05-12T09:02:25Z
        Indexed on 
            2010/05/12
            9:04 UTC
        
        
        Read the original article
        Hit count: 303
        
Hi, i looking for guide/document/tutorial on how to use this new feature write-behind-cache in ehcache? Is there any demo in spring+jpa+ehcache+hibernate?
just to clariyfing, write-behind-cache mean each time we persist entity, it will be written into cache rather than into database correct?
© Stack Overflow or respective owner