Skip to content

Idea Backlog

Remo H. Jansen edited this page Jun 15, 2016 · 16 revisions

Here you can find some ideas that might be implemented in the future:

let kernel = new Kernel();
kernel.applyCacheProvider();
kernel.bind<T>("T").to(T).withCache({ stdTTL: 100, checkperiod: 120 });
Clone this wiki locally