| Package | Description |
|---|---|
| org.ff4j.property.store |
Provides default stores to persist Properties (InMemory and JDBC).
|
| org.ff4j.store.kv |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryPropertyStore
Implementation of
PropertyStore to keep properties in memory. |
class |
JdbcPropertyStore
Access information related to properties within database.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyValuePropertyStore<VALUE>
Property store to work with key/value.
|
Copyright © 2013–2020 FF4J. All rights reserved.