pulibrary / pul_solr

PU Library Solr Configs and Specs
Apache License 2.0
5 stars 0 forks source link

[catalog] use recommended cache library #403

Closed acozine closed 3 months ago

acozine commented 3 months ago

The catalog solr config is using LRUCache, which is deprecated, for solr cacheing and will be removed in Solr 9.

Updates the solr config to use the recommended CaffeineCache class. We will deploy this to staging and test next week. Do not merge until we know how this works in staging.