throws RepositoryQueryLayerException
{
this.layer = layer;
String repoId = layer.getRepository().getId();
CacheHints hints = new CacheHints();
hints.setName( repoId );
hints.setOverflowToDisk( false );
try
{
this.cache = CacheFactory.getInstance().getCache( repoId, hints );
}
catch ( CacheException e )