Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Now possible to get path of the cached file #46

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2014

  1. - Removed dealloc. it was an empty function

    - Added test of key for plist in a function where it wasn't present
    - Added possibility of get path to cached file. Very useful por previewcontroller and some other classes which need an url and not an NSData.
    César Arratia García committed Aug 20, 2014
    Configuration menu
    Copy the full SHA
    1bf9963 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2014

  1. - Changed / for _ in key name. It allows urls as keys

    - Added JSON Methods. It allows EGOCache to store JSONs easily
    César Arratia García committed Aug 21, 2014
    Configuration menu
    Copy the full SHA
    a12f042 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2014

  1. - Added Sync Methods to store in cache. Useful when you use the cache…

    … as a temporal disk space for previewControllers for example. Perfect to use with methods to obtain path for cache object.
    
    - Added json methods
    César Arratia García committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    280fff4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. - Deprecation with plists corrected

    César Arratia García committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    5adab63 View commit details
    Browse the repository at this point in the history
  2. - using clang extensions for nullability xcode >6.3 previous uses hea…

    …der definition to simulate
    César Arratia García committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    5b238c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2015

  1. - Bugfix parameters order: dispatch_set_target_queue(priority, _cache…

    …InfoQueue);
    César Arratia García committed Aug 13, 2015
    Configuration menu
    Copy the full SHA
    ff02c62 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2015

  1. Configuration menu
    Copy the full SHA
    b9e7537 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. - Added methods to allow refresh of cache expiry time when reading va…

    …riable
    César Arratia García committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    965b44b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Simplified method setImage

    César Arratia García committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    4b7404a View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2017

  1. Avoid backup of cache in iCloud

    César Arratia García committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    9a56910 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. - Fix some nullability issues in XCode

    César Arratia García committed Sep 15, 2017
    Configuration menu
    Copy the full SHA
    4a97613 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. -update from enormego repo

    César Arratia García committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    88195aa View commit details
    Browse the repository at this point in the history