Package sonia.scm.repository.work
package sonia.scm.repository.work
-
ClassDescriptionThis is the default implementation for the
WorkingCopyPool
.This class is a simple implementation of theWorkingCopyPool
to demonstrate, how caching can work in an LRU style.SimpleWorkingCopyFactory<R,W, C extends RepositoryProvider> This class is responsible to govern the creation, the reuse and the destruction of working copies.WorkingCopy<R,W> WorkingCopyFactory<R,W, C>