kesho icon indicating copy to clipboard operation
kesho copied to clipboard

store cache any data type string, boolean, jsonObject, jsonArray, .....

kesho


Useful library for push and pull from kesho

Options

  • push boolean, string, float, int, long, anyObject
  • pull boolean, string, float, int, long, anyObject
  • cache with timeToLife
  • clear all cache
  • remove specific key
  • check has specific key
  • check valid specific key
  • encrypt data with secret key
  • change listener for editing key

Issue

  • bug report
  • feature request

Usage

add to root build.gradle


    maven { url "https://jitpack.io" }

add to module build.gradle


    implementation 'com.github.alirezat775:kesho:{latest-version}'

  • changelog

contribution guidelines

please commit in development branch and send a pull request to merge development branch. explain better in a commit message, don't remove class author and add your data in a header of class