@store(type = 'rdbms', datasource = "MASTER_DB",@Cache(size="100", cache.policy="LFU"))
@PrimaryKey("id")
@sink(type = 'log', prefix = 'state data')
define table StateView(id string,stateName string);
in am getting below error when I use @Cache in @store.
Error on 'UserSummary'. io.siddhi.core.table.CacheTableLFU Error when writing byte array. java.io.NotSerializableException: io.siddhi.core.table.CacheTableLFU