ReleaseSharedCacheResourceResponse release(ReleaseSharedCacheResourceRequest )
|
Changed from abstract to non-abstract.
|
The interface used by clients to release a resource with the SharedCacheManager. This method is called once an application is no longer using a claimed resource in the shared cache. |
UseSharedCacheResourceResponse use(UseSharedCacheResourceRequest )
|
Changed from abstract to non-abstract.
|
The interface used by clients to claim a resource with the SharedCacheManager. The client uses a checksum to identify the resource and an ApplicationId to identify which application will be using the resource. |