Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Gateway API - Field Caching #14

Open
coreyo opened this issue Jun 21, 2011 · 2 comments
Open

Gateway API - Field Caching #14

coreyo opened this issue Jun 21, 2011 · 2 comments
Assignees

Comments

@coreyo
Copy link
Collaborator

coreyo commented Jun 21, 2011

Implement local caching of field data so that it does not need to be re-requested from the SOLR database with every DwC Views request. Fields cache expiration time should be a dynamic, configurable option.

@ghost ghost assigned coreyo Jun 21, 2011
@coreyo
Copy link
Collaborator Author

coreyo commented Jun 21, 2011

quote form vdave:

-- snip --
Yep. Django has fairly decent caching functionality - take a look and evaluate if that might provide a viable alternative to memcache. https://docs.djangoproject.com/en/dev/topics/cache/

@coreyo
Copy link
Collaborator Author

coreyo commented Jun 28, 2011

This one is a can of pain. It would appear that most of the (useful) native django caching is broken with the google appengine. A solution that will work in both environments will require a coded hack in every place that calls the caching function.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant