[jboss-user] [JBossCache] - Re: How does JBoss Cache physically organise the cached file

bstansberry@jboss.com do-not-reply at jboss.com
Mon Jul 24 14:08:26 EDT 2006


I assume you are talking about what FileCacheLoader does; JBoss Cache itself does not use files, and other cache loader implementations use whatever files the underlying database uses.

FileCacheLoader creates one directory per node.  If the node contains data, the directory will have one file containing a serialized form of the data map.

If you have more files than the file system allows, it will break.  We generally recommend FileCacheLoader for early development or prototyping anyway; for a large production cache you would be better off with something like JDBCCacheLoader.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960487#3960487

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960487



More information about the jboss-user mailing list