Package com.atlassian.bamboo.bandana
Class DefaultBandanaPersister
java.lang.Object
com.atlassian.bamboo.bandana.DefaultBandanaPersister
- All Implemented Interfaces:
BambooBandanaPersister,com.atlassian.bandana.BandanaPersister
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidremove(com.atlassian.bandana.BandanaContext context) voidretrieve(com.atlassian.bandana.BandanaContext context) @Nullable ObjectretrieveKeys(com.atlassian.bandana.BandanaContext context) void
-
Constructor Details
-
DefaultBandanaPersister
-
-
Method Details
-
retrieve
@Nullable public @Nullable Object retrieve(com.atlassian.bandana.BandanaContext context, String key) - Specified by:
retrievein interfacecom.atlassian.bandana.BandanaPersister
-
retrieve
- Specified by:
retrievein interfacecom.atlassian.bandana.BandanaPersister
-
retrieveKeys
@NotNull public @NotNull Iterable<String> retrieveKeys(com.atlassian.bandana.BandanaContext context) - Specified by:
retrieveKeysin interfacecom.atlassian.bandana.BandanaPersister
-
store
- Specified by:
storein interfacecom.atlassian.bandana.BandanaPersister
-
flushCaches
public void flushCaches()- Specified by:
flushCachesin interfacecom.atlassian.bandana.BandanaPersister
-
remove
public void remove(com.atlassian.bandana.BandanaContext context) - Specified by:
removein interfacecom.atlassian.bandana.BandanaPersister
-
remove
- Specified by:
removein interfacecom.atlassian.bandana.BandanaPersister
-