Skip to content

ph cache

Philip Helger edited this page Apr 8, 2026 · 1 revision

Generic caching infrastructure and a precompiled regular expression cache.

Highlights:

  • ICache<K,V> / IMutableCache<K,V> - cache interfaces
  • Cache / MappedCache - simple cache implementations
  • AnnotationUsageCache - cache for annotation presence checks
  • RegExCache / RegExPattern / RegExHelper - compiled regex pattern caching and utilities

Maven usage

Add the following to your pom.xml to use this artifact:

<dependency>
  <groupId>com.helger.commons</groupId>
  <artifactId>ph-cache</artifactId>
  <version>x.y.z</version>
</dependency>

Clone this wiki locally