All Projects → alirezat775 → kesho

alirezat775 / kesho

Licence: Apache-2.0 license
store cache any data type string, boolean, jsonObject, jsonArray, .....

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to kesho

Store.js
Cross-browser storage for all use cases, used across the web.
Stars: ✭ 13,656 (+71773.68%)
Mutual labels:  storage, localstorage
KVStorage
Android 结构化KV存储框架,基于 yaml 生成 java 结构化存储类
Stars: ✭ 228 (+1100%)
Mutual labels:  sharedpreferences, storage
Flutter localstorage
📦flutter localstorage for ios/android/desktop/web
Stars: ✭ 206 (+984.21%)
Mutual labels:  storage, localstorage
React Storage Hooks
React hooks for persistent state
Stars: ✭ 146 (+668.42%)
Mutual labels:  storage, localstorage
Preferenceroom
🚚 Android processing library for managing SharedPreferences persistence efficiently and structurally.
Stars: ✭ 341 (+1694.74%)
Mutual labels:  sharedpreferences, storage
Vue Warehouse
A Cross-browser storage for Vue.js and Nuxt.js, with plugins support and easy extensibility based on Store.js.
Stars: ✭ 161 (+747.37%)
Mutual labels:  storage, localstorage
Depot.js
📦 depot.js is a storage library with a simple API
Stars: ✭ 247 (+1200%)
Mutual labels:  storage, localstorage
Vlf
A Vue plugin from localForage.vue-localForage or vlf
Stars: ✭ 99 (+421.05%)
Mutual labels:  storage, localstorage
storage
A library to use Web Storage API with Observables
Stars: ✭ 43 (+126.32%)
Mutual labels:  storage, localstorage
Rxkprefs
🛠 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
Stars: ✭ 264 (+1289.47%)
Mutual labels:  sharedpreferences, storage
ng2-storage
A local and session storage wrapper for angular 2.
Stars: ✭ 14 (-26.32%)
Mutual labels:  storage, localstorage
Binaryprefs
Rapidly fast and lightweight re-implementation of SharedPreferences which stores each preference in files separately, performs disk operations via NIO with memory mapped byte buffers and works IPC (between processes). Written from scratch.
Stars: ✭ 484 (+2447.37%)
Mutual labels:  sharedpreferences, storage
Vuex Localstorage
Persist Vuex state with expires by localStorage or some else storage.
Stars: ✭ 129 (+578.95%)
Mutual labels:  storage, localstorage
Remotestorage.js
⬡ JavaScript client library for integrating remoteStorage in apps
Stars: ✭ 2,155 (+11242.11%)
Mutual labels:  storage, localstorage
Store
A better way to use localStorage and sessionStorage
Stars: ✭ 1,646 (+8563.16%)
Mutual labels:  storage, localstorage
Brownies
🍫 Tastier cookies, local, session, and db storage in a tiny package. Includes subscribe() events for changes.
Stars: ✭ 2,386 (+12457.89%)
Mutual labels:  storage, localstorage
Proxy Storage
Provides an adapter for storage mechanisms (cookies, localStorage, sessionStorage, memoryStorage) and implements the Web Storage interface
Stars: ✭ 10 (-47.37%)
Mutual labels:  storage, localstorage
Recoil Persist
Package for recoil state manager to persist and rehydrate store
Stars: ✭ 66 (+247.37%)
Mutual labels:  storage, localstorage
memo
Android processing and secured library for managing SharedPreferences as key-value elements efficiently and structurally.
Stars: ✭ 18 (-5.26%)
Mutual labels:  sharedpreferences, storage
Hawk
✔️ Secure, simple key-value storage for Android
Stars: ✭ 3,827 (+20042.11%)
Mutual labels:  sharedpreferences, storage

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

Usage

add to root build.gradle

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

add to module build.gradle

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].