public class

DefaultKeyGenerator

extends Object
implements KeyGenerator<K>
java.lang.Object
   ↳ org.springframework.cache.support.DefaultKeyGenerator

Class Overview

Default key generator. Computes a resulting key based on the hashcode of the given parameters.

Summary

Public Constructors
DefaultKeyGenerator()
Public Methods
Object extract(Method method, Object... params)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.cache.KeyGenerator

Public Constructors

public DefaultKeyGenerator ()

Public Methods

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