Interface IRemoteHttpCacheClient<K,V>

All Superinterfaces:
ICacheService<K,V>, ICacheServiceNonLocal<K,V>, Remote
All Known Implementing Classes:
RemoteHttpCacheClient

public interface IRemoteHttpCacheClient<K,V> extends ICacheServiceNonLocal<K,V>
It's not entirely clear that this interface is needed. I simply wanted the initialization method. This could be added to the ICacheSerice method.
  • Method Details

    • initialize

      The provides an extension point. If you want to extend this and use a special dispatcher, here is the place to do it.

      Parameters:
      attributes -
    • isAlive

      boolean isAlive() throws IOException
      Make and alive request.

      Returns:
      true if we make a successful alive request.
      Throws:
      IOException