Skip to content

Commit

Permalink
Merge pull request #31728 from gsmet/cache-impls
Browse files Browse the repository at this point in the history
Register additional cache implementations for reflection
  • Loading branch information
gsmet committed Mar 10, 2023
2 parents c0fc995 + 8746898 commit 437b15d
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -80,6 +80,8 @@ public static String[] typesNeedingConstructorsRegistered() {
"com.github.benmanes.caffeine.cache.PSMS",
"com.github.benmanes.caffeine.cache.PSW",
"com.github.benmanes.caffeine.cache.PSMW",
"com.github.benmanes.caffeine.cache.PSAMW",
"com.github.benmanes.caffeine.cache.PSAWMW",
"com.github.benmanes.caffeine.cache.PSWMS",
"com.github.benmanes.caffeine.cache.PSWMW",
"com.github.benmanes.caffeine.cache.SILMS",
Expand All @@ -88,6 +90,7 @@ public static String[] typesNeedingConstructorsRegistered() {
"com.github.benmanes.caffeine.cache.SSLMS",
"com.github.benmanes.caffeine.cache.SSMS",
"com.github.benmanes.caffeine.cache.SSMSA",
"com.github.benmanes.caffeine.cache.SSMSAW",
"com.github.benmanes.caffeine.cache.SSMSW",
"com.github.benmanes.caffeine.cache.SSW",
};
Expand All @@ -102,6 +105,7 @@ public static String[] typesNeedingConstructorsRegisteredWhenRecordingStats() {
"com.github.benmanes.caffeine.cache.SSSMS",
"com.github.benmanes.caffeine.cache.SSSMSA",
"com.github.benmanes.caffeine.cache.SSSMSW",
"com.github.benmanes.caffeine.cache.SSSMSAW",
"com.github.benmanes.caffeine.cache.SSSW"
};
}
Expand Down

0 comments on commit 437b15d

Please sign in to comment.