Skip to content

Commit

Permalink
remove split-view - it was not maintained for a while and is pointless
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 6, 2022
1 parent a16b9b1 commit e644972
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 203 deletions.
6 changes: 0 additions & 6 deletions docs/caching-profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Default caching profiles

``plone.app.caching`` includes three default caching profiles.
Two of these profiles encapsulate the cache settings that are known to work well with a typical default Plone installation.
The third is an example profile for a "split-view" caching setup (see the split-view discussion later in this document).

The three default caching profiles:

Expand All @@ -24,11 +23,6 @@ The three default caching profiles:
profile are some settings to enable proxy caching of files/images
in content space and content feeds.

* **With caching proxy (and split-view caching)**
An example profile for a caching proxy setup with split-view
caching enabled. This example requires a special proxy setup.


Custom caching profiles
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
32 changes: 0 additions & 32 deletions docs/split-views.rst

This file was deleted.

9 changes: 0 additions & 9 deletions plone/app/caching/caching.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@
directory="profiles/without-caching-proxy"
/>

<genericsetup:registerProfile
name="with-caching-proxy-splitviews"
title="With caching proxy (and split-view caching)"
description="An example profile for a caching proxy setup with split-view caching enabled."
provides="Products.GenericSetup.interfaces.EXTENSION"
for="plone.app.caching.interfaces.ICacheProfiles"
directory="profiles/with-caching-proxy-splitviews"
/>

<!-- Default caching ruleset types
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->

Expand Down
156 changes: 0 additions & 156 deletions plone/app/caching/profiles/with-caching-proxy-splitviews/registry.xml

This file was deleted.

0 comments on commit e644972

Please sign in to comment.