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.
Updated by Ohad Levy over 13 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 78a1ccfcfdca68720539f0be50180373119bbb1a.
Updated by Ohad Levy over 13 years ago
- Status changed from Ready For Testing to Closed
Actions