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 Summary

    Modifier and Type
    Method
    Description
    Processes key and returns a new key.
  • Method Details

    • process

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