mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
improve repository manager and handler relation
This commit is contained in:
@@ -228,6 +228,21 @@ public class CacheRepositoryManagerDecorator
|
||||
return repository;
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO cache result
|
||||
*
|
||||
*
|
||||
* @param type
|
||||
* @param name
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
@Override
|
||||
public Repository get(String type, String name)
|
||||
{
|
||||
return orginal.get(type, name);
|
||||
}
|
||||
|
||||
/**
|
||||
* Method description
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user