RSS-Bridge
  •  General
    • Project-goals
    • Contribute
    • Requirements
    • Screenshots
    • FAQ
    • Public Hosts
  •  CLI
    •  For Hosts
      • Installation
      • Updating
      • Heroku Installation
      • Whitelisting
      • Authentication
      • Customizations
      • Custom Configuration
    •  For Developers
      • Coding style policy
      • Pull Request policy
      • Folder structure
      • Actions
      • Debug mode
      • Github Codespaces Tutorial
      • Development Environment Setup
    •  Bridge API
      • How to create a new bridge
      • BridgeAbstract
      • FeedExpander
      • WebDriverAbstract
      • XPathAbstract
    •  Helper functions
      •  Cache API
        • How to create a new cache
        • CacheInterface
      •  Technical recommendations
        •  Bridge Specific
          • ActivityPub (Mastodon)
          • Economist
          • FacebookBridge
          • FurAffinityBridge
          • Furaffinityuser
          • Instagram
          • PixivBridge
          • Substack
          • Telegram
          • TwitterV2
          • Vk2

        GitHub Repository
        Help/Support/Bugs
        Docker Images



        Powered by Daux.io

        Cache API How to create a new cache

        April 14, 2025 at 3:55 AM Edit on GitHub

        Create a new file in the caches/ folder (see Folder structure).

        See NullCache and SQLiteCache for examples.

        • Previous
        • Next