Skip to content

Repository files navigation

Cache Manager logo

Cache Manager

Beyond The Cloud logo

API version License GitHub Repo stars GitHub Release Codecov

Getting Started

CacheManager.ApexTransaction.put(
    UserInfo.getUserId(),
    [SELECT Id, Name, Country FROM User WHERE Id = :UserInfo.getUserId()]
);

User currentUser = (User) CacheManager.ApexTransaction.get(UserInfo.getUserId());

Documentation

Visit the documentation to view the full documentation.

License notes:

  • For proper license management each repository should contain LICENSE file similar to this one.
  • each original class should contain copyright mark: © Copyright 2026, Beyond The Cloud Sp. z o.o. (BeyondTheCloud.Dev)

About

A simple way to cache data in Salesforce Apex.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Used by

Contributors

Languages