improve repository manager and handler relation

This commit is contained in:
Sebastian Sdorra
2010-11-25 21:56:06 +01:00
parent 4898870e85
commit b6298938ec
23 changed files with 958 additions and 983 deletions

View File

@@ -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
*