| Package | Description |
|---|---|
| org.ff4j |
Main classes to use and administrate Features and Properties.
|
| org.ff4j.cache |
Provides a cache proxy in ordre to limit overhead when reading Feature or Pro^perties in external storages.
|
| Modifier and Type | Method and Description |
|---|---|
FF4j |
FF4j.cache(FF4JCacheManager cm)
Enable a cache proxy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryCacheManager
Proposition of inmemory cache implementation.
|
| Modifier and Type | Method and Description |
|---|---|
FF4JCacheManager |
FF4jCacheProxy.getCacheManager()
Getter accessor for attribute 'cacheManager'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FF4jCacheProxy.setCacheManager(FF4JCacheManager cacheManager)
Setter accessor for attribute 'cacheManager'.
|
| Constructor and Description |
|---|
FF4jCacheProxy(FeatureStore fStore,
PropertyStore pStore,
FF4JCacheManager cache)
Initialization through constructor.
|
Store2CachePollingScheduler(FeatureStore sf,
PropertyStore sp,
FF4JCacheManager cp)
Parameterized constructor.
|
Store2CachePollingWorker(FeatureStore sf,
PropertyStore sp,
FF4JCacheManager cp)
Parameterized constructor.
|
Copyright © 2013–2017 FF4J. All rights reserved.