Skip to content

add cache for requests #2

@muescha

Description

@muescha

proposal:

data cache setting

a link can have a data tag data-cache which can have true or false

<a href="item/1" data-cache="true">item 1</a>

then the emy library replaces the href link to the appended content

id setting

if you need special id then you can set it with

<a href="item/1" data-cache="true" data-cache-id="item-1">item 1</a>

default data cache setting

you can set a default cache on the body tag like data-cache-default="true"

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions