Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 805 Bytes

TODO.md

File metadata and controls

30 lines (19 loc) · 805 Bytes

Bugs

  • check caching of service methods with defaulted params

Enhancements

General

  • convert annotation classes to Groovy so they can use null defaults
  • expose caching statistics (JMX?)
  • support reloading via onChange and onConfigChange GRAILSPLUGINS-1825

Controller caching

  • request method aware key generator (different cache key for HTTP GET/POST/HEAD, etc.)
  • i18n aware key generator
  • XHR aware key generator
  • specify parameters to include/exclude from key with annotation on action
  • option to disable content caching filter
  • configurable cacheable & cacheflush for controllers in plugins?

Method caching

  • apply annotations to services at class level

Tag lib caching

  • cacheable version of g:render?