Hi,
When an entity is updated for the 
"CacheConcurrencyStrategy.NONSTRICT_READ_WRITE", the cache entry is removed 
twice:
1. Once from update:public boolean update(Object key, Object value, Object 
currentVersion, Object previousVersion)
      throws CacheException {
   remove( key );
   return false;
}


Vlad Mihalcea

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to