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.
1 parent c832a78 commit 511d2a0Copy full SHA for 511d2a0
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
/**
0 commit comments