Package org.openhab.core.storage
package org.openhab.core.storage
-
ClassDescriptionA
Storage
that could be disposed.TheDeletableStorageService
extends the normalStorageService
and provides instances ofDeletableStorage
s.Storage<T>AStorage
is the generic way to store key-value pairs in OHC.TheStorageService
provides instances ofStorage
s which are meant as a means for generic storage of key-value pairs.