Package de.xima.fc.cache
Class SingleValueStore<T>
- java.lang.Object
-
- de.xima.fc.cache.SingleValueStore<T>
-
public class SingleValueStore<T> extends Object
A simple wrapper around aStoreto store a single value. The value is stored with a fixed key.- Since:
- 8.4.1
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description SingleValueStore(org.pac4j.core.store.Store<String,T> store)
-