igniterealtime/openfire-hazelcast-plugin

Expose the Cache size as a long

GregDThomas opened this issue · 1 comments

The size of a Cache (ClusteredCache in the case of the Hazelcast plugin) is stored as a long - but the API to set/get the value takes/supplied ints.

Fixed by way of #32