Tagged Questions

4
votes
3answers
41 views

Are there any existing Java caching facades?

I'm getting ready to start working on performance in an application which will eventually be running distributed, but currently is in [greenfield] development. I'd like to be able to introduce ...
0
votes
0answers
22 views

Good way to generate keys for cache/session that are for internal usage only?

I am writing a library that will use session and/or cache behind a facade interface. The library will store information there that should not be available for retrieval outside the library by using ...