Rss-Bridge/lib
logmanoriginal 556a417dd6 core: Add support for custom cache types via config.ini.php
This commit adds support for a new parameter which specifies the type
of cache to use for caching. It is specified in config.ini.php:

 [cache]

 type = "..."

Currently only one type of cache is supported (see /caches). All uses
of 'FileCache' were replaced by this configuration option.

Note: Caching currently depends on files and folders (due to FileCache).
Experience may vary depending on the selected cache type. For now always
check if FileCache is working before testing alternative types.

References #1000
2019-02-06 18:52:44 +01:00
..
ActionAbstract.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
ActionFactory.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
ActionInterface.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
Authentication.php global: Fix code violations 2018-12-26 21:58:07 +01:00
Bridge.php [Bridge] Fix failed to open stream when reading non-existing whitelist 2019-02-04 17:35:40 +01:00
BridgeAbstract.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeCard.php [BridgeCard] Don't warn about the 'required' attribute if it is set to false 2019-01-22 19:12:37 +01:00
BridgeInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
BridgeList.php global: Fix code violations 2018-12-26 21:58:07 +01:00
Cache.php core: Add support for custom cache types via config.ini.php 2019-02-06 18:52:44 +01:00
CacheInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
Configuration.php core: Add support for custom cache types via config.ini.php 2019-02-06 18:52:44 +01:00
contents.php core: Add support for custom cache types via config.ini.php 2019-02-06 18:52:44 +01:00
Debug.php [Debug] Fix debug mode reports indexing error 2018-11-16 20:19:52 +01:00
error.php exception: Remove HttpException class 2018-11-18 16:53:21 +01:00
Exceptions.php core: Don't use server variables in CLI mode (#939) 2018-11-26 18:33:51 +01:00
FactoryAbstract.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00
FeedExpander.php [FeedExpander] Add constants for feed types 2018-11-18 16:18:40 +01:00
FeedItem.php core: Add item uid (#1017) 2019-02-03 20:56:41 +01:00
Format.php format: Refactor searchInformation 2018-11-15 20:16:21 +01:00
FormatAbstract.php core: Add FeedItem class (#940) 2018-12-26 22:41:32 +01:00
FormatInterface.php global: Fix code violations 2018-12-26 21:58:07 +01:00
html.php [html] Remove todo as it is already implemented 2018-11-18 17:52:45 +01:00
ParameterValidator.php lib: Ignore required attribute on lists an checkboxes 2019-01-22 18:11:52 +01:00
rssbridge.php core: Implement action factory (#1002) 2019-02-06 18:34:51 +01:00