Skip to content

remove non cached methods vs delegate magic #16

@AubreyHewes

Description

@AubreyHewes

The initial commit was a copy sic of the kmt tool.

There are methods that are just wrapped and should be removed if not requiring caching. Use delegate/magic. Possibly the interface methods have been added for IDE completion?

  • getTemplate .. straight wrap.. possible caching requirement
  • getByRef .. straight wrap
  • getByIds .. straight wrap
  • getAll .. straight wrap
  • getId .. straight wrap
  • getHistory .. straight wrap
  • finalize .. straight wrap
  • destroy .. straight wrap
  • addExtraHeaders .. straight wrap
  • setQueryLogger .. straight wrap
  • getQueryLogger .. straight wrap

Utilize a connector interface from the connector ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions