google-nomulus/common
Ben McIlwain 103f43465c Convert more Guava caches to Caffeine (#1603)
* Convert more Guava caches to Caffeine
2022-04-26 11:26:51 -04:00
..
gradle/dependency-locks Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
src Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
build.gradle Convert more Guava caches to Caffeine (#1603) 2022-04-26 11:26:51 -04:00
README.md Break circular dependency between core and util (#379) 2019-11-21 15:36:55 -05:00

Summary

This project holds some of the general-purpose utility classes that do not rely on the registry domain model.

This is an intermediate step in untangling the circular dependencies between :core and :util subprojects.