cache | Go cache with generalized O operation complexity

 by   potakhov Go Version: v0.0.1 License: MIT

kandi X-RAY | cache Summary

kandi X-RAY | cache Summary

cache is a Go library. cache has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.

Package implements a basic cache that operates with generalized O(1) complexity for all possible (lookup, insert and expiration) operations. Keys and values are arbitrary interface{} pointers. Storage is not thread safe and should be properly guarded in case of shared usage. Expiration is being run periodically so it is possible to still pull a record that should be expired by now if the expiration period did not happen yet. The container itself doesn't run an expiration goroutine in background so actual expiration happens during Store(), Renew(), Check() or Get() operations. If required periodic expiration could be triggered from outside by checking for an arbitrary (non-existent) key presence.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              cache has a low active ecosystem.
              It has 1 star(s) with 1 fork(s). There are no watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              cache has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of cache is v0.0.1

            kandi-Quality Quality

              cache has no bugs reported.

            kandi-Security Security

              cache has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              cache is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              cache releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cache
            Get all kandi verified functions for this library.

            cache Key Features

            No Key Features are available at this moment for cache.

            cache Examples and Code Snippets

            No Code Snippets are available at this moment for cache.

            Community Discussions

            No Community Discussions are available at this moment for cache.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install cache

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/potakhov/cache.git

          • CLI

            gh repo clone potakhov/cache

          • sshUrl

            git@github.com:potakhov/cache.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link