Shared cache corruption is possible if you use replicates of extents
in combination with a mid-level cache.
If you intend to use either:
System class >> midLevelCacheConnect:
or:
System class >> midLevelCacheConnect:cacheSizeKB:maxSessions:
make sure DBF_REPLICATE_NAMES in the stone config file is empty,
and make sure you have not used the
Replicate>>createReplicateOf:named: method.
If replicates of any extents exist, you must shutdown stone, delete
the replicate files, edit DBF_REPLICATE_NAMES in the config file
and restart the stone before using any midLevelCacheConnect:*
methods.
Do not use replicates and mid-level caches in the same system.
Last updated: 11/2/07