RSS-Bridge
  •  General
    • Project-goals
    • Contribute
    • Requirements
    • Screenshots
    • FAQ
    • Public Hosts
  •  CLI
    •  For Hosts
      • Installation
      • Updating
      • Docker Installation
      • Heroku Installation
      • Whitelisting
      • Authentication
      • Customizations
      • Custom Configuration
    •  For Developers
      • Coding style policy
      • Pull Request policy
      • Folder structure
      • Actions
      • Debug mode
    •  Bridge API
      • How to create a new bridge
      • BridgeAbstract
      • FeedExpander
      • XPathAbstract
    •  Helper functions
      •  Cache API
        • How to create a new cache
        • CacheInterface
      •  Format API
        • How to create a new format
        • FormatInterface
        • FormatAbstract
      •  Technical recommendations
        •  Bridge Specific
          • ActivityPub (Mastodon)
          • FacebookBridge
          • Furaffinityuser
          • Instagram
          • TwitterV2

        GitHub Repository
        Help/Support/Bugs
        Docker Images



        Powered by Daux.io

        Cache API

        February 23, 2023 at 10:41 AM Edit on GitHub

        A Cache is a class that allows RSS-Bridge to store fetched data in a local storage area on the server. Cache imlementations are placed in the caches/ folder (see Folder structure). A cache must implement the CacheInterface interface.

        For more information about how to create a new Cache, read How to create a new cache?

        • Previous
        • Next