cBioPortal / icebox

very low priority issues
0 stars 0 forks source link

Study view filter appy caching is not working #441

Open alisman opened 1 year ago

alisman commented 1 year ago

We apply the cacheable decorator to the study view apply filter method, but it doesn't seem that we actually get entries and the cache is always cold as far as I can tell. I could not figure out why that is.

src/main/java/org/cbioportal/web/util/StudyViewFilterApplier.java

alisman commented 1 year ago

Could this be because the filter object is not serializable?