Fork me on GitHub

Store (v4.4)

In some cases, a cache mechanism is required. In pac4j, this is defined by the Store concept.

It has the following methods:

It has only one default implementation using Guava: the GuavaStore. But you may provide your own if necessary.