CachingFrameworkStorage implements StorageInterface

A rate limiter storage utilizing TYPO3's Caching Framework.

Internal

This is not part of the official TYPO3 Core API due to a limitation of the experimental Symfony Rate Limiter API.

Table of Contents

Interfaces

StorageInterface

Methods

__construct()  : mixed
delete()  : void
fetch()  : LimiterStateInterface|null
save()  : void

Methods

delete()

public delete(string $limiterStateId) : void
Parameters
$limiterStateId : string

fetch()

public fetch(string $limiterStateId) : LimiterStateInterface|null
Parameters
$limiterStateId : string
Return values
LimiterStateInterface|null

save()

public save(LimiterStateInterface $limiterState) : void
Parameters
$limiterState : LimiterStateInterface

        
On this page

Search results