Explanation | The named JCache was created as it was not found. |
Action | No user action required. |
Explanation | The named JCache was found, so it was not created. |
Action | No user action required. |
Explanation | The cachingProvider configuration failed to load. |
Action | Address the error included in the message and retry. |
Explanation | The JCache CacheManager was successfully loaded. |
Action | No user action required. |
Explanation | Referencing the same library from the commonLibraryRef and the jCacheLibraryRef can lead to undefined behavior due to classloading issues. |
Action | The commonLibraryRef cannot reference the same library as the jCacheLibraryRef. |
Explanation | The syntax of the specified JCache configuration URI is invalid. |
Action | Correct the syntax of the specified configuration URI. |
Explanation | The object retrieved from the named JCache was not able to be deserialized. |
Action | Ensure that all classes are available in a library included in the JCache configuration. |
Explanation | The object to be stored to the named JCache was not able to be serialized. |
Action | Ensure that all classes to be serialized are serializable. |
Explanation | The JCache CacheManager could not be configured due to the specified error. |
Action | Address the error included in the message and retry. |
Explanation | The cache was not retrievable due to the specified error. |
Action | Address the error included in the message and retry. |
Explanation | Failed to close the JCache due to the specified error. |
Action | If this occurs repeatedly during runtime, it may result in leaked cache resources. |
Explanation | Failed to close the JCache CacheManager due to the specified error. |
Action | If this occurs repeatedly during runtime, it may result in leaked cache resources. |
Explanation | Failed to close the JCache CachingProvider due to the specified error. |
Action | If this occurs repeatedly during runtime, it may result in leaked cache resources. |