Closed GoogleCodeExporter closed 9 years ago
Created two new models to handle this. One to cache the impact analysis
results, the
other to relate the cached mpas to their allowed uses. This second model will
be
used to determine whether the allowed uses have changed when accessing the
cache in
the future.
The original cache table has been left in the application (and database) so as
not to
destroy the caching that has taken place already. Anytime, these cache results
are
accessed, they will be added to the new cache tables as well.
Caching is now stored by geometry hash and allowed uses. When analysis is
cached,
any other mpa with identical geometry and the same allowed uses will be able to
utilize this cache.
Original comment by sfletche@gmail.com
on 23 Apr 2010 at 11:18
Original issue reported on code.google.com by
sfletche@gmail.com
on 16 Apr 2010 at 12:56