voyage
voyage copied to clipboard
Introduced identity strategy in the repository. The current one is an…
… image wide identity strategy because there is one VOCache for the whole image. Added a strategy that creates a VOCache per process. Therefor separated the code in VOCache into VOProtectedCache holding a mutex for synchronization and keeping VOCache unprotected because in a per process setting there is no need for synchronization it will just get slower.