How to cache *any* object type to memory/disk in java?

Posted by Blankman on Stack Overflow See other posts from Stack Overflow or by Blankman
Published on 2010-05-21T15:08:56Z Indexed on 2010/05/21 16:10 UTC
Read the original article Hit count: 141

Filed under:
|

Is there a generic way to cache any type of object (be in a java class, or a word document etc.) to memory or disk?

Is simply serializing the object, and retaining the file extension (if it has one) enough to rebuild the object?

© Stack Overflow or respective owner

Related posts about java

Related posts about serialization