使用緩存時出現java.io.NotSerializableException:xxx.xxx.xxx.Bean解決辦法

 解決方案:   開發過程中如果想緩存某個JavaBean,請確保它所引用的對象都implents Serializable,如果某個對象不需要被cache,可以加上transient關鍵字,否則Ehcache每次都通過引用查找的方法去保存所有實例數據到磁盤.最終會失敗
相關文章
相關標籤/搜索