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.
On the Java Doc of
Cache.close()this is specified: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.