qkuronekop / repoli

Policy-based cache container for Java, Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repoli

Policy-based cache container for Java, Android

Modules

Repoli is supported some platforms. You can use below modules:

  • core
  • rxjava1
  • rxjava2
  • realm

And, Below modules is now under development. (not published)

  • android
    • Currently you can use Repoli on Android without this module!
  • orma3

Japanese details is available here: blog.s64.jp

Usages

Add following lines to your buildscripts.

buildscript {
    ext {
        repoli_version = '0.0.2'
    }
}
repositories {
    maven {
        url "http://dl.bintray.com/s64/maven"
    }
}

dependencies {
    compile "jp.s64.java.repoli:core:${repoli_version}"
    // compile "jp.s64.java.repoli:rxjava1:${repoli_version}"
    // compile "jp.s64.java.repoli:rxjava2:${repoli_version}"
    // compile "jp.s64.java.repoli:realm:${repoli_version}"
}

TODO(@S64): Write example usages. (Rewrite ParcelableSerializerTest.java)

Library Design

TODO(@S64): Paste uml here.

Apps using Repoli

Donate

License

Copyright 2017 Shuma Yoshioka

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Policy-based cache container for Java, Android


Languages

Language:Java 100.0%