fixed bugs, adding logging
This commit is contained in:
parent
0c6b814ed4
commit
d399f23baf
2 changed files with 47 additions and 4 deletions
|
|
@ -281,7 +281,7 @@ sub view {
|
|||
|| $self->get("cacheTimeout") <= 10
|
||||
|| ($versionTag && $versionTag->getId eq $self->get("tagId"));
|
||||
unless ($noCache) {
|
||||
my $out = $session->cache("view_".$calledAsWebMethod."_".$self->getId);
|
||||
my $out = eval{$session->cache->get("view_".$calledAsWebMethod."_".$self->getId)};
|
||||
return $out if $out;
|
||||
}
|
||||
my $output = $self->get('usePacked')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue