New issue 82 by ted...@tedivm.com: Update caching system to make it less
dependent on Mortar
http://code.google.com/p/mortar/issues/detail?id=82
Currently the Caching system has a few dependencies (like the config class)
which need to be
moved around if we're going to release the it as its own module.
Additionally I'd like to change the API around a little bit, putting a
layer in Mortar between the
system and the caching system. This will allow us to make changes to the
caching system, including
how its called, without having to change the way modules themselves call it.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 82 by charlequin: Update caching system to make it less
dependent on Mortar
http://code.google.com/p/mortar/issues/detail?id=82
Completed as of r1545