teremterem / webz-server

WebZ Server - Java (GNU Affero GPL v3.0)
GNU Affero General Public License v3.0
2 stars 0 forks source link

implement first level webz file system cache (using ThreadLocals?) #5

Open teremterem opened 9 years ago

teremterem commented 9 years ago

each such cache should exist no longer than a lifetime of a single http request

teremterem commented 9 years ago

ThreadLocals aren't likely to be necessary here...