Skip to content

How can RemoteCacheManager be closed? #43

@rdruss

Description

@rdruss

RemoteCacheManager is used in Cache.java such that the cache is automatically started. However, the cache is never "stopped" i.e. the stop() method is never called. This results in the following warning:

Resource leak: '' is never closed

Is there a good place to call the stop() method?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions