org.springframework.cache
Interface KeyGenerator<K>

All Known Implementing Classes:
DefaultKeyGenerator

public interface KeyGenerator<K>

Cache 'key' extractor. Used for creating a key based on the given method (used as context) and its parameter.

Author:
Costin Leau

Method Summary
 K extract(Method method, Object... params)
           
 

Method Detail

extract

K extract(Method method,
          Object... params)