Interface KeyProvider

  • All Known Implementing Classes:
    DefaultKeyProvider

    public interface KeyProvider
    Key provider to pre-process keys before sending to memcached.
    Since:
    1.3.8
    • Method Detail

      • process

        java.lang.String process​(java.lang.String key)
        Processes key and returns a new key.
        Parameters:
        key -
        Returns: