Module: Gitlab::MarkdownCache
- Defined in:
- lib/gitlab/markdown_cache.rb,
lib/gitlab/markdown_cache/field_data.rb,
lib/gitlab/markdown_cache/redis/store.rb,
lib/gitlab/markdown_cache/redis/extension.rb,
lib/gitlab/markdown_cache/active_record/extension.rb
Defined Under Namespace
Modules: ActiveRecord, Redis Classes: FieldData
Constant Summary collapse
- CACHE_COMMONMARK_VERSION =
Increment this number every time the renderer changes its output
25
- CACHE_COMMONMARK_VERSION_START =
10
- BaseError =
Class.new(StandardError)
- UnsupportedClassError =
Class.new(BaseError)