Uses of Class
org.soulwing.s2ks.KeyWithMetadata
-
Packages that use KeyWithMetadata Package Description org.soulwing.s2ks API package -
-
Uses of KeyWithMetadata in org.soulwing.s2ks
Methods in org.soulwing.s2ks that return KeyWithMetadata Modifier and Type Method Description KeyWithMetadataKeyStorage. retrieveWithMetadata(java.lang.String id)Retrieves a key and its associated metadata.Methods in org.soulwing.s2ks with parameters of type KeyWithMetadata Modifier and Type Method Description voidMutableKeyStorage. store(java.lang.String id, KeyWithMetadata keyWithMetadata)Stores a key and associated metadata using the given identifier, replacing any existing key and metadata with the same identifier.
-