Sha256: 87ea6ae9bb8ad27163e9e37fda1e5d6acd521d58439dfb9bb39a88cffb08b40b
Contents?: true
Size: 546 Bytes
Versions: 22
Compression:
Stored size: 546 Bytes
Contents
The Cantango Cache engine is used to cache rules between requests. The [[Cantango Ability]] receives a candidate and an options hash. If caching is enabled, caching proceeds as follows: 1. Cache key is generated for candidate 2. Rules are generated 3. Rules are stored in Caching store for the cache key 4. In subsequent requests with same key, rules are retrieved from cache ## Cache key A cache key is generated for the candidate in order to ensure that the rules are cached for that exact candidate and not reused for another candidate.
Version data entries
22 entries across 22 versions & 1 rubygems