Skip to content

Can Spring AOT help with @Cacheable annotation? #35306

@vlsi

Description

@vlsi

As far as I understand, the current implementation goes with a MethodInterceptor which adds runtime overhead for every invoked method.

I wonder if Spring AOT could be used to generate the interceptors at the build time, so the runtime does not pay overhead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: invalidAn issue that we don't feel is valid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions