wisdom-framework / wisdom

A modular and dynamic web framework
http://wisdom-framework.org
Apache License 2.0
88 stars 42 forks source link

Move CachedActionInterceptor to core / api #543

Open nicolas-rempulski opened 8 years ago

nicolas-rempulski commented 8 years ago

WDYT ? As this action only use the Cache service, it should be available without the ehcache-cache implementation.

Second idea : moving ehcache-cache implem from framework and settle it in extensions. It would be easier to use a custom made Cache implementation and framework / core seems to not rely on it.

cescoffier commented 8 years ago

Instead of moving it to API, what about moving is to wisdom-filters ?