You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+2-2
Original file line number
Diff line number
Diff 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
2
2
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.
4
4
5
5
(The goal was 2 lines of code but that became difficult to accomplish cleanly.)
0 commit comments