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.
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?