Adapters
Table of Contents
Interfaces
- CacheAdapterInterface
- Interface for cache adapters in the Canvas LMS SDK.
Classes
- APCuAdapter
- APCu cache adapter for shared memory caching.
- FileSystemAdapter
- File system cache adapter for persistent storage.
- InMemoryAdapter
- In-memory cache adapter for development and testing.