jpml icon indicating copy to clipboard operation
jpml copied to clipboard

Perform caching of class-structure elements

Open JarvisCraft opened this issue 6 years ago • 3 comments

It may be a required optimization to cache results of those method calls which analyze classes for containment of nodes like annotated fields and methods like DeconstructPattern#takeExtractMethods(V value). Guava Cache seems to be the best implementation fitting these requirement.

JarvisCraft avatar Jul 25 '19 17:07 JarvisCraft

Added caching result for StaticPattern.

klappdev avatar Aug 19 '19 19:08 klappdev

Added caching result for PositionPattern.

klappdev avatar Aug 29 '19 05:08 klappdev

Added caching result for PropertyPattern.

klappdev avatar Sep 28 '19 17:09 klappdev