Skip to content

Customizations may implement Closeable - TCK tests missing #100

@cruftex

Description

@cruftex

On the Java Doc of Cache.close() this is specified:

This includes calling the close method on configured {@link CacheLoader},
{@link CacheWriter}, registered {@link CacheEntryListener}s and
{@link ExpiryPolicy} instances that implement the java.io.Closeable
interface.

I do have a 100% TCK compatible implementation that is not supporting this.

Resource management and lifecycle is an important issue. A TCK test should be added.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions