Actions
Feature #856
closedEnable time based caching
Description
In order to cache long operations result (such as a remote puppetca call via the proxy), or temporary values (such as next unused ip) a caching logic is required.
Ideally, one could use memcached, but in order to reduce complexity, a built in ttl based caching should be supported.
the logic should be compatible with memcached, if required for large deployments.
Actions