We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12941b commit 032e61bCopy full SHA for 032e61b
LDK/src/org/labkey/ldk/query/LookupsUserSchema.java
@@ -1,7 +1,7 @@
1
package org.labkey.ldk.query;
2
3
+import org.labkey.api.cache.Cache;
4
import org.labkey.api.cache.CacheManager;
-import org.labkey.api.cache.StringKeyCache;
5
import org.labkey.api.collections.CaseInsensitiveHashMap;
6
import org.labkey.api.collections.CaseInsensitiveTreeSet;
7
import org.labkey.api.data.Container;
@@ -37,7 +37,7 @@
37
*/
38
public class LookupsUserSchema extends SimpleUserSchema
39
{
40
- private final static StringKeyCache<Object> _cache;
+ private final static Cache<String, Object> _cache;
41
42
static
43
0 commit comments