Package org.openhab.core.storage
package org.openhab.core.storage
-
InterfacesClassDescriptionA
Storagethat could be disposed.TheDeletableStorageServiceextends the normalStorageServiceand provides instances ofDeletableStorages.Storage<T>AStorageis the generic way to store key-value pairs in OHC.TheStorageServiceprovides instances ofStorages which are meant as a means for generic storage of key-value pairs.