diff --git a/lib/WebGUI/Cache.pm b/lib/WebGUI/Cache.pm index 2c274bf49..723460abb 100644 --- a/lib/WebGUI/Cache.pm +++ b/lib/WebGUI/Cache.pm @@ -224,6 +224,10 @@ sub get { return (ref $content) ? ${$content} : undef; } +sub getMemcached { + return shift->{_memcached}; +} + #------------------------------------------------------------------- =head2 mget ( names )