Package net.shibboleth.oidc.metadata
Interface BackingStore<I,T>
- Type Parameters:
I- the identifier typeT- the type of object stored, referenced by the key.
- All Known Subinterfaces:
BatchBackingStore<I,,T> DynamicBackingStore<I,T>
- All Known Implementing Classes:
AbstractBackingStore,DefaultBatchBackingStore,DefaultDynamicBackingStore,EmptyBackingStore
public interface BackingStore<I,T>
A backing store that holds cached objects.
-
Method Summary
Modifier and TypeMethodDescriptionGet the index - mapping keys to values.Get the list of ordered values.
-
Method Details
-
getIndexedValues
Get the index - mapping keys to values.- Returns:
- the index.
-
getOrderedValues
Get the list of ordered values.- Returns:
- the list of ordered values.
-