jar

com.patrykkosieradzki : cacheflow

Maven & Gradle

Jul 03, 2022
3 stars

cacheflow ยท ๐Ÿ’พ Kotlin Library that allows you to easily manage Cache in your app.

Table Of Contents

Latest Version

Download com.patrykkosieradzki : cacheflow JAR file - Latest Versions:

All Versions

Download com.patrykkosieradzki : cacheflow JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File โ†’ Open File..." or just drag-and-drop the JAR file in the JD-GUI window cacheflow-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.patrykkosieradzki.cacheflow.manager

โ”œโ”€ com.patrykkosieradzki.cacheflow.manager.CacheFlowManager.class - [JAR]

โ”œโ”€ com.patrykkosieradzki.cacheflow.manager.DefaultCacheFlowFlowManager.class - [JAR]

com.patrykkosieradzki.cacheflow

โ”œโ”€ com.patrykkosieradzki.cacheflow.Cache.class - [JAR]

โ”œโ”€ com.patrykkosieradzki.cacheflow.CacheFlow.class - [JAR]

โ”œโ”€ com.patrykkosieradzki.cacheflow.ListCacheFlow.class - [JAR]

โ”œโ”€ com.patrykkosieradzki.cacheflow.MapCacheFlow.class - [JAR]

com.patrykkosieradzki.cacheflow.impl

โ”œโ”€ com.patrykkosieradzki.cacheflow.impl.InMemoryCacheFlow.class - [JAR]

โ”œโ”€ com.patrykkosieradzki.cacheflow.impl.InMemoryListCacheFlow.class - [JAR]

โ”œโ”€ com.patrykkosieradzki.cacheflow.impl.InMemoryMapCacheFlow.class - [JAR]

Advertisement