openplans / openblock

OpenBlock is a web application and RESTful service that allows users to browse and search their local area for "hyper-local news
61 stars 26 forks source link

Replace ebpub.geocoder.models.GeocoderCache with the normal cacheing framework, and/or purge old cache data #157

Open slinkp opened 11 years ago

slinkp commented 11 years ago

Why use a custom persistent model for caching, instead of the usual configurable stuff? This takes control away from the administrator, for what reason?

Or, we should at least provide a script to purge old rows, or limit the number of rows, or something. Currently they just pile up forever.

slinkp commented 11 years ago

(In [59a15083b393c261fa0a1a587ea2702eb88c2aa7]) At least put the darn geocoder cache results in the admin so you can delete them manually if desired. Refs #163

slinkp commented 11 years ago

Ticket imported from Trac: http://developer.openblockproject.org/ticket/163 Reported by: slinkp