Method getQuiet in cachebox.system.cache.providers.CacheBoxProvider uses normal get method

Description

Method getQuiet in cachebox.system.cache.providers.CacheBoxProvider uses a normal get() call to retrieve the cached data from the objectStore, like this (line 246):
<pre><code>refLocal.results = instance.objectStore.get( arguments.objectKey );</code></pre>

It should instead be calling objectStore.getQuiet, right?

Gliffy Diagrams

Activity

Show:

Luis Majano February 12, 2013 at 6:08 AM

Reported by paulklinkenberg

Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Components

Fix versions

Sentry

Created February 12, 2013 at 5:14 AM
Updated December 5, 2013 at 7:51 PM
Resolved December 5, 2013 at 7:51 PM