Skip to content

Commit 3d5b129

Browse files
author
Shawn Hartsock
committed
edited for target audience
1 parent 8dd027a commit 3d5b129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Lambda Cache is a work-for-hire produced for PSS World Medical and distributed under the Apache 2.0 license
1+
Lambda Cache is distributed under the Apache 2.0 license
22

3-
It is a proof of concept that an API for ehCache could be injected into an existing code base without the introduction of AOP, AspectJ or other meta-programming technologies. Instead we use simple anonymous-inner-class-as-a-lambda techniques to make a method cacheable with the introduction of 4 lines of code.
3+
It is a proof of concept that an API for ehCache could be injected into an existing Java 1.4 code base without the introduction of AOP, AspectJ or other meta-programming technologies. Instead we use simple anonymous-inner-class-as-a-lambda techniques to make a method cacheable with the introduction of 4 lines of code.
44

55
(The goal was 2 lines of code but that became difficult to accomplish cleanly.)
66

0 commit comments

Comments
 (0)