aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/main/java/com/yahoo/collections/MethodCache.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Apply suggestions from code reviewJon Marius Venstad2022-11-011-0/+4
* Remove weak-refsjonmv2022-10-261-6/+3
* Test caching negative results, and invoke callback for those toojonmv2022-10-261-1/+1
* Cache negative results as welljonmv2022-10-261-8/+6
* Use weakly wrapped composite valuesjonmv2022-10-261-9/+15
* Clear entire cache on class mismatchjonmv2022-10-251-1/+1
* Use string keys, but clear entries when new class has same namejonmv2022-10-251-3/+7
* Use actual class, not just its name, as method cache keyjonmv2022-10-251-3/+3
* Add a hook for tracking inserts into the method cache and log whenever clone ...Henning Baldersheim2022-10-251-0/+7
* If you get a ClassCastException when doing clone by reflection it might be th...Henning Baldersheim2022-08-251-2/+12
* Cleanup; No functional changesJon Bratseth2022-01-071-0/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* User: balder -> @author baldersheimHenning Baldersheim2016-06-171-5/+1
* PublishJon Bratseth2016-06-151-0/+41