We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0282b1 + 511d2a0 commit f5b4948Copy full SHA for f5b4948
exist-core/src/main/java/org/exist/collections/CollectionCache.java
@@ -154,7 +154,7 @@ public void put(final Collection collection) {
154
* @param collectionUri The URI of the Collection to remove from the Cache
155
*/
156
public void invalidate(final XmldbURI collectionUri) {
157
- cache.invalidate(collectionUri);
+ cache.invalidate(key(collectionUri));
158
}
159
160
/**
exist-parent/pom.xml
@@ -169,7 +169,7 @@
169
<dependency>
170
<groupId>com.github.ben-manes.caffeine</groupId>
171
<artifactId>caffeine</artifactId>
172
- <version>2.9.3</version>
+ <version>3.1.2</version>
173
</dependency>
174
175
0 commit comments