Hi
I would like to set up a cache in a two node cluster where
* node A
* loads the cache from local files at startup if they exist, otherwise
it
* loads data into the cache from an external source and then
* saves the whole cache down to local files.
* node B
* loads the cache from local files at startup if they exist, otherwise
it
* gets data into the cache through the cluster if there is a viable
network connection and then
* saves the whole cache down to local files
I would at the same time like to have only part of the cache in memory,
i.e. it should swap to disk. Is there a reasonably simple way to accomplish
all this?
--
Henrik