Is there any way in Domino Server that can act as a Domino database cache only server for remote access (not database replica)? Say, on remote location there is a domino server which will act as a gateway/cache provide to the remote notes client user for faster access. It will act as proxy for databases on another central database server. Remote users only need to search and access databases to there local domino cache server. Only Cache server need to access central database server. This cache server will not store any database replica, only database cache.
Subject: Not sure I understand the question
A cache is a “collection of data duplicating original values stored elsewhere” (Cache - Wikipedia) You say you do not want replicas on the local Domino server but the definition of a cache is “data duplication elsewhere”. That is basically what replicas are. If you want users to access the data locally then a Domino server with replicas is what you are looking for.
Subject: replicate on schedute, cache on call base
Thank you.