jsr107 / jsr107spec

JSR107 Cache Specification
Apache License 2.0
413 stars 164 forks source link

Improve Cache Class Documentation #365

Open cruftex opened 8 years ago

cruftex commented 8 years ago

Simple but good question on StackOverflow: When to use Java Cache and how it differs from HashMap

I think the class JavaDoc should give a better answer here.

In general, I think the JavaDoc at Cache should be heavily extended. It doesn't cater for the fact that it is the main entry point for every new developer. Most developers will probably never read the introduction in the Spec.