why UtilCache implements Serializable

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

why UtilCache implements Serializable

Jack Liu-2
Hi, All
I want to know why class UtilCache implements java.io.Serializable.
I can understand CacheLine implements interface Serializable because it
would be persisted in a file.
Or UtilCache is a javabean which must be persisted ?
Thank you.

Best Regards,

Jack Liu