Class GuavaStore<K,O>

All Implemented Interfaces:
Store<K,O>

public class GuavaStore<K,O> extends AbstractStore<K,O>
Store data in a Guava cache. Add the guava dependency to use this store.
Since:
2.0.0
Author:
Jerome Leleu