Skip to content

The cache module extracted from the xul framework

Notifications You must be signed in to change notification settings

kivensolo/XulCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is XulCache ?

The cache module extracted from the starcor-xul framework.

How to use?

project's build.gradle file:

 buildscript {
    repositories {
        ...
        jcenter()
        ...
    }
 }

app's build.gradle file:

dependencies {
  implementation 'com.github.xul:cache:1.0.0'
}

About

The cache module extracted from the xul framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages