net.sf.ehcache.constructs.blocking.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ehcache-core Show documentation
Show all versions of ehcache-core Show documentation
Internal ehcache-core module. This artifact is not meant to be used directly for jdk 1.5
The newest version!
Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs.
One meaning of a construct is "an abstract or general idea inferred or derived from specific instances".
Just like patterns emerge from noting the similarities of problems and gradually finding a solution to
classes of them, so to constructs are general solutions to commond problems. With the constructs package,
concrete, extensible implementations are offered to solve these common problems.