PATH:
home
/
sparklp6
/
public_html
/
sparklerfilters-org
/
plugins
/
system
/
jSGCache
<?xml version="1.0" encoding="utf-8"?> <extension type="plugin" version="2.5" group="system"> <name>System - jSGCache</name> <creationDate>13 December 2012</creationDate> <author>George Penkov</author> <authorEmail>georgi.p@siteground.com</authorEmail> <authorUrl>http://www.SiteGround.com</authorUrl> <copyright>(c) 2012 All Rights Reserved</copyright> <copyright>Copyright (C) 2010-2012 SiteGround.com - All rights reserved.</copyright> <license>GNU/GPL, see LICENSE</license> <version>1.3.0</version> <description> <![CDATA[<p>Please enable this plugin in the Plug-in Manager before continuing. Before you can use this plugin you need to have the SG Cache service installed and activated.<br>Through the settings of this plugin you can manage how your Joomla interacts with SG Cache.</p>]]> </description> <files><filename plugin='jSGCache'>jSGCache.php</filename></files> <config> <fields name="params"> <fieldset name='basic' label='Cache Configuration'> <field name="cache_enabled" type="radio" default="0" label="SG Cache Status" description="Enable or disable SG Cache"> <option value="1">Enabled</option> <option value="0">Disabled</option> </field> <field name="autoFlush" type="radio" default="1" label="Automatic cache flushing" description="Cache is automatically flushed when any action is performed in the administration panel."> <option value="1">Yes</option> <option value="0">No</option> </field> <field name="autoFlush-ThirdParty" type="radio" default="1" label="Autoflush 3rd party plugins" description="Automatically flush SG Cache if changes are detected on supported 3rd party plugins."> <option value="1">Yes</option> <option value="0">No</option> </field> <field name="autoFlush-ClientSide" type="radio" default="1" label="Autoflush outside administration" description="Automatically flush SG Cache if changes are detected outside the administration area."> <option value="1">Yes</option> <option value="0">No</option> </field> <field name="blacklist" type="textarea" cols="85" rows="7" default="" label="URL blacklist" description="Enter all the urls you want to exclude from SuperCacher."></field> </fieldset> </fields> </config> <updateservers> <server type="extension" element="jSGCache" name="jSGCache Updates">http://download.siteground.com/jsgcache.xml</server> </updateservers> </extension>
[-] jSGCache.xml
[edit]
[-] jSGCache.php
[edit]
[+]
..